ImportError:没有名为theano的模块

时间:2016-01-19 13:24:52

标签: python pip theano

我使用了deeplearning教程中的介绍。

sudo apt-get install python-numpy python-scipy python-dev python-pip python-nose g++ libopenblas-dev git
sudo pip install Theano

numpy和scipy.test:

没有问题
python -c "import numpy; numpy.test()"
python -c "import scipy; scipy.test()"

但是当我使用theano测试时:

python -c "import theano; theano.test()"

它告诉我"没有名为theano"这让我很困惑。

0 个答案:

没有答案