- 安装 Anaconda3
关键的一步:
conda install pip
下面再去安装各种你需要的包,一般不会再报错。
pip install tensorflow-gpu ==1.5.0rc1 pip install -U keras
如果需要安装 theano,则需要先安装它的依赖包,即
conda install mingw libpython pip install -U theano
安装 OpenCV3 (Windows环境):
pip install -U opencv-contrib-python