我使用了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"这让我很困惑。