Theano安装
Posted Vivian_liwei
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Theano安装相关的知识,希望对你有一定的参考价值。
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,一个命令就好了。。。
以上是关于Theano安装的主要内容,如果未能解决你的问题,请参考以下文章