spyder编辑器自动补全

不知啥时起spyder编辑器不能代码自动补全了,看网上说是和enum包有关系。

于是“pip uninstall enum34”卸载,结果spyder报错不能启动:“ImportError: No module named enum”.

于是重新安装升级:“pip install –upgrade pip enum34”.

重启spyder,自动补全问题解决了。

发表回复

您的电子邮箱地址不会被公开。 必填项已用*标注

To create code blocks or other preformatted text, indent by four spaces:

    This will be displayed in a monospaced font. The first four 
    spaces will be stripped off, but all other whitespace
    will be preserved.
    
    Markdown is turned off in code blocks:
     [This is not a link](http://example.com)

To create not a block, but an inline code span, use backticks:

Here is some inline `code`.

For more help see http://daringfireball.net/projects/markdown/syntax