在 anaconda 3.10.0 上导入 theano
importing theano on anaconda 3.10.0
我正在尝试导入 theano,我使用的是 anaconda 版本 3.10.0,谁能指导我如何继续?
提前致谢
Problem occurred during compilation with the command line below: g++
-shared -g -D NPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -m64 -DMS_WIN64 -IC:\Users\Supreeth\Anaconda\lib\site-packages\numpy\core\include -IC:\Users\Supreeth\Anaconda\include -o C:\Users\Supreeth\AppData\Local\Theano\compiledir_Windows-8-6.2.9200-Intel64_Family_6_Model_60_Stepping_3_GenuineIntel-2.7.9-64\lazylinker_ext\lazylinker_ext.pyd C:\Users\Supreeth\AppData\Local\Theano\compiledir_Windows-8-6.2.9200-Intel64_Family_6_Model_60_Stepping_3_GenuineIntel-2.7.9-64\lazylinker_ext\mod.cpp
-LC:\Users\Supreeth\Anaconda\libs -LC:\Users\Supreeth\Anaconda -lpython27
我从Theano Installation Document
中找到了解决方案
Specifically for Anaconda users just use the command
$ conda install mingw libpython
在 Anaconda 命令提示符中
我正在尝试导入 theano,我使用的是 anaconda 版本 3.10.0,谁能指导我如何继续?
提前致谢
Problem occurred during compilation with the command line below: g++ -shared -g -D NPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -m64 -DMS_WIN64 -IC:\Users\Supreeth\Anaconda\lib\site-packages\numpy\core\include -IC:\Users\Supreeth\Anaconda\include -o C:\Users\Supreeth\AppData\Local\Theano\compiledir_Windows-8-6.2.9200-Intel64_Family_6_Model_60_Stepping_3_GenuineIntel-2.7.9-64\lazylinker_ext\lazylinker_ext.pyd C:\Users\Supreeth\AppData\Local\Theano\compiledir_Windows-8-6.2.9200-Intel64_Family_6_Model_60_Stepping_3_GenuineIntel-2.7.9-64\lazylinker_ext\mod.cpp -LC:\Users\Supreeth\Anaconda\libs -LC:\Users\Supreeth\Anaconda -lpython27
我从Theano Installation Document
中找到了解决方案Specifically for Anaconda users just use the command
$ conda install mingw libpython
在 Anaconda 命令提示符中