装了tensorflow以后spyder的代码提示就没有了

我的环境是win10,anaconda3.5,python3.6.3,tensorflow1.4

以前的情况非常好,现在装了tensorflow以后spyder的代码编辑区就没有代码提示了,我全部重装以后出现了同样的情况,请问这是什么原因??

Ref: https://github.com/spyder-ide/spyder/issues/5782

Solution:
conda uninstall enum34
conda install jedi=0.11.0
conda install parso=0.1.0

Hope this helps.

Tools-Preferences 设置一下