python.exe crashes when importing `theano`

回眸只為那壹抹淺笑 提交于 2019-12-11 08:55:24

问题


I am using Anaconda(2.2 64bit) on a Windows 7 64-bit machine. When I try to

import theano

Python crashes without infomation. I installed theano using Anaconda.

Does anyone know where this problem comes from?


回答1:


This could be caused by a missing, or incorrectly configured C compiler. There's a lot of help about installing Theano on Windows in the documentation.

In particular, make sure you've run

conda install mingw libpython



回答2:


I solve this problem by using anaconda 2.10 instead of anaconda 2.20.but I still have no idear about the reason.If anyone can tell me,I will appreiciate



来源:https://stackoverflow.com/questions/31050976/python-exe-crashes-when-importing-theano

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