@@ -807,16 +807,19 @@ Another software from Enthought that install all Theano dependancy.
...
@@ -807,16 +807,19 @@ Another software from Enthought that install all Theano dependancy.
If you are affiliated with a university (as student or employee), you
If you are affiliated with a university (as student or employee), you
can download the installation for free.
can download the installation for free.
- Install Canopy x64 (and update it as older Canopy version had problem when installing pip).
- Install Canopy x64, and update it to the latest version (`Help /
- Then install pip from Canopy Package Manager.
Software updates...`), as older Canopy versions have trouble installing
- "pip install theano" in the Windows shell: "In the Windows start menu execute the `cmd` command".
`pip`.
- in Canopy Package Manager, search and install packages "mingw 4.5.2" and "libpython 1.2"
- Then install `pip` from Canopy Package Manager.
- (Needed only for Theano 0.6rc3 or older) The "libpython 1.2" package installs files "libpython27.a" and "libmsvcr90.a" to "C:\Users\<USER>\AppData\Local\Enthought\Canopy\User\libs" (on my computer)
- In the Windows shell (type `cmd` in the Windows start menu to bring it up),
copy the two files to "C:\Users\<USER>\AppData\Local\Enthought\Canopy\App\appdata\canopy-1.0.0.1160.win-x86_64\libs"
type `pip install theano`.
- In Canopy Package Manager, search and install packages "mingw 4.5.2" and "libpython 1.2"
When doing "import theano" g++ links to directory "C:\Users\<USER>\AppData\Local\Enthought\Canopy\App\appdata\canopy-1.0.0.1160.win-x86_64\libs"
- (Needed only for Theano 0.6rc3 or earlier)
and "C:\Users\<USER>\AppData\Local\Enthought\Canopy\App\appdata\canopy-1.0.0.1160.win-x86_64". Not where "libpython27.a" is installed.
The "libpython 1.2" package installs files `libpython27.a` and `libmsvcr90.a` to
- (Needed only for Theano 0.6rc3 or older) Set the Theano flags ``blas.ldflags=C:\Users\<USER>\AppData\Local\Enthought\Canopy\App\appdata\canopy-1.0.0.1160.win-x86_64\Scripts -lmk2_core -lmk2_intel_thread -lmk2_rt``.
`C:\Users\<USER>\AppData\Local\Enthought\Canopy\User\libs`. Copy the two files to