【发布时间】:2013-06-15 16:48:56
【问题描述】:
我正在尝试在 Windows 7 64 下的 Enthought Python Distribution(学术许可)上运行 theano。 关注主题Installing Theano on EPD (Windows x64) 我安装了theano 的前沿版本,因为我遇到了同样的错误。但是现在我遇到了这个问题:
WARNING (theano.configdefaults): g++ not detected ! Theano will be unable to execute optimized C-implementations (for both CPU and GPU).
EPD 安装了自己的 mingw 版本,所以我不明白为什么会出现问题。 我试图通过窗口搜索找到g++(假设EPD安装了它)放入PATH但什么也没有。
我已经单独安装了mingw64,但是当我输入命令提示符时
import theano
挂了
提前致谢。
【问题讨论】:
标签: python-2.7 enthought win64 theano