I use the introduction in deeplearning tutorials.
sudo apt-get install python-numpy python-scipy python-dev python-pip python-nose g++ libopenblas-dev git sudo pip install Theano
No problem with numpy and scipy.test:
python -c "import numpy; numpy.test()" python -c "import scipy; scipy.test()"
but when i use anano test:
python -c "import theano; theano.test()"
He told me "there is no module named anano," which confused me very much.
source share