Windows下安装Theano
pip install theano
报错,安装Scipy报错,如截图。
搜了下no lapack/blas resources found
http://stackoverflow.com/questions/28190534/windows-scipy-install-no-lapack-blas-resources-found 给出解决方案
然后从网上下载scipy wheel packages,重新安装scipy成功
最后pip install theano就直接成功了
但是import时又报错,如截图
搜了下cannot import name ‘NUMPY_MKL‘
http://stackoverflow.com/questions/37267399/importerror-cannot-import-name-numpy-mkl给出解决 下载numpy+mkl.whl 安装时出现permission denied错误,以管理员身份运行cmd,重新装成功
但是此时import还有错,如截图
装了一个g++后,报的错更多了。。。
查了下,可能要装64位的g++,几番周折,终于装好了64位g++。
这时import theano已经没有任何问题了
在Ubuntu下装Theano,一个命令就好了。。。
时间: 2024-10-10 13:52:20