Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Theano installation for Windows, Python 3, 64bit

Is there a procedure to install Theano for Python 3.4 64bit on Windows 7, manually, without using any of the bundles?

like image 737
Ofer Helman Avatar asked Oct 20 '22 21:10

Ofer Helman


2 Answers

I wrote a step by step tutorial on this today, check it out at:
http://www.islandman93.com/2015/04/tutorial-python-34-theano-and-windows-7.html

Some specifics from my post:

As user2805751 said, you'll need LibPython, Numpy, and Scipy.

You'll also need: MinGW http://mingw-w64.yaxm.org/doku.php/download

Installing Theano with python setup.py install will automatically do the 2to3 conversion.

like image 55
islandman93 Avatar answered Nov 04 '22 20:11

islandman93


If the above PR doesn't work, I was able to get the following working for windows 8.1 64 bit (python 2.7.8, but you might try 3.4)

http://pavel.surmenok.com/2014/05/31/installing-theano-with-gpu-on-windows-64-bit/

I needed to also install the LibPython package from http://www.lfd.uci.edu/~gohlke/pythonlibs/#libpython inorder to fix an ld linker problem.

like image 39
o1lo01ol1o Avatar answered Nov 04 '22 18:11

o1lo01ol1o