安装了anaconda,想要安装theano
在环境torch-gpu里面进行安装,为了防止影响到之前好不容易安好的tensorflow-gpu
我的torch-gpu是python3.7版本
安装mingw和libpython
anaconda search -t conda mingw
conda install -c https://conda.anaconda.org/anaconda mingw
conda install libpython
然后打开Anaconda Navigator
选择theano进行安装
pypi https://pypi.org/project/Lasagne/#description
然而我是windows,所以在github上找到 https://github.com/Lasagne/Lasagne
In short, you can install a known compatible version of Theano and the latest Lasagne development version via:
pip install -r https://raw.githubusercontent.com/Lasagne/Lasagne/master/requirements.txt
pip install https://github.com/Lasagne/Lasagne/archive/master.zip
https://pypi.org/project/lifelines/#files