How do I install theano in Anaconda ver. 2.1 Windows 64 bit for Python 3.4?

前端 未结 3 1902
一整个雨季
一整个雨季 2020-11-28 16:20

I\'ve installed Anaconda. Now I want to install the Theano library in Anaconda. I have tried:

  1. The Theano installer for Anaconda from http://deeplearning.net

3条回答
  •  隐瞒了意图╮
    2020-11-28 17:18

    As we can see, you have tried to use Theano under Windows. Please, ensure that you have a MinGW compiler. Further, ensure that you have MinGW and libpython packages.

    Generally, I recommend to use the answer How do I install Keras and Theano in Anaconda Python 2.7 on Windows?, but without the last step.

提交回复
热议问题