Python 运行theano时的编译问题

Python 运行theano时的编译问题,python,windows,64-bit,anaconda,theano,Python,Windows,64 Bit,Anaconda,Theano,我在Windows8上安装了theano,64位。我正在使用anaconda实现,python 3.4。尝试安装theano时,我认真地遵循了此链接上的所有步骤(这在另一台具有类似配置的计算机上有帮助): (英语和韩语) 每当我在IDE(pycharm)上键入“import theano”时,我都会收到一条很长的错误消息,但我认为最有意义的部分是: import theano >>>>Exception: Compilation failed (return status

我在Windows8上安装了theano,64位。我正在使用anaconda实现,python 3.4。尝试安装theano时,我认真地遵循了此链接上的所有步骤(这在另一台具有类似配置的计算机上有帮助):

(英语和韩语)

每当我在IDE(pycharm)上键入“import theano”时,我都会收到一条很长的错误消息,但我认为最有意义的部分是:

import theano
>>>>Exception: Compilation failed (return status=1):     

C:\Users\xxx\AppData\Local\Theano\compiledir_Windows-8-6.2.9200-    

Intel64_Family_6_Model_69_Stepping_1_GenuineIntel-3.4.3-

64\lazylinker_ext\mod.cpp:1: sorry, unimplemented: 64-bit mode not compiled in
希望您能提供一些意见
顺便说一句,我安装了mignw64、msys和所有其他依赖项。

我发现了问题。path环境变量未指向正确的mingw-w64(在64位windows上运行theano所需的)目录

环境变量应始终指向mingw-w64目录的bin子目录,如所示:

C:\Users\xxxxx\Anaconda3\mingw-w64\mingw64\bin
同样,以下帖子对于在64位windows上安装theano(英语和韩语)非常有用:


链接不起作用。请在回答中写下简短的描述