python - Theano installation in Windows 32bit -
i trying install theano library on windows 32-bit machine. i've installed python 2.7, numpy, scipy, mingw. next dependency blas. how can install on windows? i've installed canopy in order install pip. next steps install theano with:
pip install theano sudo pip install --upgrade --no-deps theano git clone git://github.com/theano/theano.git cd theano python setup.py develop am missing step except in blas installation? when try use canopy platform perform installation, i've noticed couldn't install package manager needed dependencies “mingw 4.5.2” , “libpython 1.2”.
i tried follow anacondace instructions. i've downloaded , configured using windows installer theano on anacondace windows configuration.
how did install numpy/scipy/mingw? think installed default canopy. tried many things, suggest remove other python installation , keep canopy. canopy provide blas, don't need install one. better install academic/full version of canopy provide faster blas. should newer version of mingw , libpython in canopy since instruction done. install them.
then done, need install theano command:
pip install --upgrade --no-deps theano all command provides different way install theano. need one! if want development version, can use instead:
git clone git://github.com/theano/theano.git cd theano python setup.py develop
Comments
Post a Comment