简体   繁体   中英

python.exe crashes when importing `theano`

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?

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

我通过使用anaconda 2.10而不是anaconda 2.20解决了这个问题。但是我仍然不知道原因。如果有人可以告诉我,我将不胜感激

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM