Module installed on Conda, but gives error on importing in Spyder (Python IDE)

强颜欢笑 提交于 2019-12-01 01:52:47

Here is how I was able to solve the issue -

  1. activate the root environment. This can be done by activate root in Windows and source activate root in Ubuntu/Mac
  2. install the said package here. This can be done using the same command that you used to install the package in your previous environment
  3. Go back to your original environment. The problem will now be resolved.

I would love to know, though, why this method works!

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