window10 anaconda 安装theano lasagne lifelines

安装了anaconda,想要安装theano

在环境torch-gpu里面进行安装,为了防止影响到之前好不容易安好的tensorflow-gpu

window10 anaconda 安装theano lasagne lifelines_第1张图片

 

我的torch-gpu是python3.7版本

安装theano

安装mingw和libpython 

anaconda search -t conda mingw

window10 anaconda 安装theano lasagne lifelines_第2张图片

 conda install -c https://conda.anaconda.org/anaconda mingw

conda install libpython

然后打开Anaconda Navigator 

window10 anaconda 安装theano lasagne lifelines_第3张图片

 

选择theano进行安装

 window10 anaconda 安装theano lasagne lifelines_第4张图片

安装lasagne 

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

window10 anaconda 安装theano lasagne lifelines_第5张图片

window10 anaconda 安装theano lasagne lifelines_第6张图片

 

安装lifelines

https://pypi.org/project/lifelines/#files

 window10 anaconda 安装theano lasagne lifelines_第7张图片

 window10 anaconda 安装theano lasagne lifelines_第8张图片

你可能感兴趣的:(python,python)