anaconda安装theano
在windows利用anaconda安装theano1、安装anaconda22、在CMD中,输入,安装mingw和libpython conda install mingw libpython然后配置环境变量 将mingw/bin的路径加入到path中,直到CMD中输入gcc -v可以看到版本3、安装theano,在python命令行中pip install theano4、链接t
·
首先把步骤说一下:
1、安装anaconda2
2、在CMD中,输入,安装mingw和libpython
conda install mingw libpython
然后配置环境变量 将mingw/bin的路径加入到path中,直到CMD中输入gcc -v可以看到版本
3、安装theano,在python命令行中
pip install theano
4、链接theano和mingw
[blas]
ldflags =
[gcc]
cxxflags = -ID:\DeepLearning\Anaconda2\MinGW
把 D:\DeepLearning\Anaconda2\MinGW 替换成对应目录即可。
好了,扯了那么多,其实一句话
先安装mingw 在安装 theano
在anaconda中的命令
conda install mingw
pip install theano
更多推荐



所有评论(0)