compilation issue when running theano

末鹿安然 提交于 2019-12-06 15:15:39

I found the problem. the path environment variable was not pointing to the correct mingw-w64 (which is needed to run theano on 64 bit windows) directory.

The environment variable should always point to the bin subdirectory of the mingw-w64 directory, as in:

C:\Users\xxxxx\Anaconda3\mingw-w64\mingw64\bin

Again, the following post is VERY USEFUL to install theano on 64-bit windows (in English and Korean):

http://rosinality.ncity.net/doku.php?id=python:installing_theano

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!