Theano windows installation - Configuring the Envi

2019-09-16 11:41发布

I'm trying to install Theano on windows with Anaconda and I'm stuck at the "Configuring the Environment" step. The instructions here say: The script assumes that you installed WinPython distribution, update the winpython line otherwise. The line in question is

CALL %SCISOFT%\WinPython-64bit-2.7.9.4\scripts\env.bat

What am I supposed to change this to if I'm using Anaconda instead of WinPython?

标签: anaconda
2条回答
ゆ 、 Hurt°
2楼-- · 2019-09-16 12:26

It's easy to install "Theano on Windows with Anaconda"

After Anaconda is installed:

  1. $ conda install mingw libpython
  2. $ pip install theano

Then maybe, you needn't do anything else, just test it.

查看更多
冷血范
3楼-- · 2019-09-16 12:26
登录 后发表回答