简体   繁体   English

自动完成和检查在spyder python中不起作用

[英]The autocompletion and Inspect is not working in spyder python

I am using windows 8.1, with python 3.5 64 bit on anaconda spyder. 我正在Windows 8.1上,蟒蛇spyder上使用python 3.5 64位。 I can't able to access the help and autocompletion. 我无法访问帮助和自动完成功能。 I have checked in preference also all the settings are right. 我已经检查过首选项,所有设置都正确。 I could not able to figure out. 我无法弄清楚。 I have jedi 0.10.2 package also which is for autocompletion. 我也有jedi 0.10.2软件包,用于自动补全。

All you have to do is to uninstall enum34 by using the command: 您所要做的就是使用以下命令来卸载enum34:

pip uninstall enum34

If you do this directly from your command window (cmd), it won't work. 如果直接在命令窗口(cmd)中执行此操作,则它将不起作用。 To make this work, you have to activate your Python environment from which you wish to delete the package. 为此,您必须激活要从中删除软件包的Python环境。

So the steps are as follows: 1. Press Windows+R 2. Type activate your_env_name 3. Type pip uninstall enum34 因此,步骤如下:1.按Windows + R 2.键入activate your_env_name 3.键入pip uninstall enum34

PS In case you get an error like 'activate is not recognized as ....', just add your Anaconda3>Scripts path to the System Paths. PS:如果出现诸如“无法识别为....激活”之类的错误,只需将Anaconda3> Scripts路径添加到系统路径。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM