importing module in Spyder error

本秂侑毒 提交于 2019-12-05 18:30:43
Carlos Cordoba

Moj, Spyder MacOS X App uses its own (internal) Python interpreter, not the system one. This was the only way we (the devs) found to provide a self contained app with numpy, scipy, matplotlib and IPython, without messing with system Python.

Right now I think there is no way to add more packages to the app, but we'll try to improve the situation during the next couple of months.

The other alternative (the one we envisaged) is for users who want more packages to download and install latest EPD and change their Python interpreter in

Tools > Preferences > Console > Advanced Settings > Python Executable

I faced the same problem importing networkx. Drag-drop its folder into spyder's folder was enough for me.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!