gpt4 book ai didi

python - 运行theano时的编译问题

转载 作者:行者123 更新时间:2023-12-01 04:20:06 30 4
gpt4 key购买 nike

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

http://rosinality.ncity.net/doku.php?id=python:installing_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 和所有其他依赖项。

最佳答案

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

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

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

同样,以下帖子对于在 64 位 Windows 上安装 theano 非常有用(英语和韩语):

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

关于python - 运行theano时的编译问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33850090/

30 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com