From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Newsgroups: gmane.emacs.help Subject: Re: elpy: autocompletition not working Date: Sun, 25 Oct 2020 13:54:08 +0100 Message-ID: <4CJyb870jFz9rxc@submission02.posteo.de> References: <4CJxNF3gD3z6tmM@submission01.posteo.de> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="11337"; mail-complaints-to="usenet@ciao.gmane.io" To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Sun Oct 25 13:54:49 2020 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1kWfXs-0002s4-Pm for geh-help-gnu-emacs@m.gmane-mx.org; Sun, 25 Oct 2020 13:54:48 +0100 Original-Received: from localhost ([::1]:56980 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kWfXr-00044g-Rf for geh-help-gnu-emacs@m.gmane-mx.org; Sun, 25 Oct 2020 08:54:47 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:37836) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kWfXN-00044Q-Qo for help-gnu-emacs@gnu.org; Sun, 25 Oct 2020 08:54:17 -0400 Original-Received: from mout01.posteo.de ([185.67.36.65]:53653) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kWfXL-0000B3-KT for help-gnu-emacs@gnu.org; Sun, 25 Oct 2020 08:54:17 -0400 Original-Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id 27F45160061 for ; Sun, 25 Oct 2020 13:54:13 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.jp; s=2017; t=1603630453; bh=53dPNk+w1kIBOp+hCoCh4IUXDWaHgwSgY+no1R+EH+k=; h=Date:From:To:Subject:From; b=kQ04/NKh3aOZFQ3mEx4hFDYjyFE8MLEJlc2ENAXhIXK2WZCjvNOZavhVYBVu7d9Mr szfPXegOJKTNIwz6KSDSnVJco2SnnHlI3HqjtXvUG5w2Q0dvkt4JX5TISgdjGXHigo EkywnLqC2uqbgrP1QdULya6O+Y7Y3BI566oWCdaMS0zJKaG7OK5RNK5OwCvB8CwpZs 5QAwwXwRK60DvgNlCS/rxRk3imhkexhqhRWtUb3JS+yfPG0Ha1Mbo8IFitThVUMrwg hh1rL82sQKi66+F8kLS9fSPTjZ6+LzOorbFicqit0hFPyHtmSt7oF6ktk5K2hc16/V p2Y1Wbjp5O+aA== Original-Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4CJyb85RWgz9rxT for ; Sun, 25 Oct 2020 13:54:12 +0100 (CET) In-Reply-To: <4CJxNF3gD3z6tmM@submission01.posteo.de> Original-Followup-To: help-gnu-emacs@gnu.org X-Mailer: Claws Mail 3.17.3 (GTK+ 2.24.32; x86_64-pc-linux-gnu) Received-SPF: pass client-ip=185.67.36.65; envelope-from=c.buhtz@posteo.jp; helo=mout01.posteo.de X-detected-operating-system: by eggs.gnu.org: First seen = 2020/10/25 07:49:53 X-ACL-Warn: Detected OS = Linux 3.11 and newer [fuzzy] X-Spam_score_int: -43 X-Spam_score: -4.4 X-Spam_bar: ---- X-Spam_report: (-4.4 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_MSPIKE_H4=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.io gmane.emacs.help:124708 Archived-At: Ok, it becomes warmer. Not sure but I think "jedi" is the external part that is used for auto-complemetion. And "jedi" is a python package. Ok, I installed it via pip/pip3 on my Python2 and Python3 environment on Debian10. I do not use virtuelenv on my system and also deactivated it explicit on elpy. I can do "import jedi" in a Python2 and 3 prompt. But "M-x elpy-config" still shows me "Jedi.............: Not found (0.17.2 available)". When using the "[Install jedi]" "button" in the elpy-config buffer I got an error (of course!) because the emacs instance to not have the rights to install something with pip - only root/sudo can do this on Debian by default.