每次打开spyder 都报错:plugin = mod.PLUGIN_CLASS(self) AttributeError: '_ModuleMock' object has no attribute

每次打开spyder时,都会弹出消息“ spyder遇到内部问题”,具体报错细节是:plugin = mod.PLUGIN_CLASS(self) AttributeError: '_ModuleMock' object has no attribute PLUGIN_CLASS

看了大佬的经验贴,得到解决:

conda remove spyder-kernels

conda install spyder-kernels=0.*

conda install spyder=3.3.1

感谢大佬!!!

 

你可能感兴趣的:(每次打开spyder 都报错:plugin = mod.PLUGIN_CLASS(self) AttributeError: '_ModuleMock' object has no attribute)