Python3.5 Keras-Theano(含其他库)windows 安装环境

https://mirrors.tuna.tsinghua.edu.cn/anaconda/archive/
Anaconda3-4.2.0-Windows-x86.exe
conda --version
#conda upgrade --all
#pip 8->9
conda upgrade pip
#pip 9->10
conda upgrade pip
python -m pip install --upgrade pip

pip list

conda upgrade pywin32
pip install pyinstaller

pip install selenium
pip install wxPythpon

pip install --upgrade pillow
pip install --upgrade openpyxl

pip install --upgrade numpy

http://www.lfd.uci.edu/~gohlke/pythonlibs/
pip install opencv_python-3.4.3-cp35-cp35m-win32.whl
pip install aircv
pip install scipy
pip install sklearn
pip install --upgrade matplotlib

pip install keras
C:/Users/75538/.keras/keras.json

conda install m2w64-toolchain
conda install mingw libpython
pip install --upgrade h5py
pip install theano

猜你喜欢

转载自www.cnblogs.com/zzss/p/9602854.html