python.exe crashes when importing `theano`

2019-08-15 03:36发布

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?

2条回答
霸刀☆藐视天下
2楼-- · 2019-08-15 03:39

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

查看更多
爷的心禁止访问
3楼-- · 2019-08-15 03:45

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
查看更多
登录 后发表回答