在ipython中找到的模块不是其他IDE(nolearn和lasagne)

时间:2015-06-26 02:43:25

标签: python ipython-notebook

我知道这是一个问题,因为我不理解Python是如何工作的,但我很难过。

我在/home/anaconda/lib/python2.7/site-packages安装了nolearn和lasagne libs。在sitepackages有一个名为lasagne的库,它也是nolearn文件夹的子文件夹。

当我打开ipython笔记本时,我可以运行一个程序,这个语句可以正常工作:

来自nolearn.lasagne的

导入NeuralNet

但是从Pycharm跑来的时候......

    from nolearn.lasagne import NeuralNet
  File "/home/Desktop/Programming/python_scripts/pycharm/nolearn.py", line 9, in <module>
    from nolearn.lasagne import NeuralNet
ImportError: No module named lasagne

enter image description here

enter image description here

0 个答案:

没有答案