windows10+python3.6环境安装tensowflow问题记录
1.pip3 install tensorflow时报错:Could not find a version that satisfies the requirement tensorflow (from versions: )
No matching distribution found for tensorflow
使用如下命令:pip3 install --upgrade https://storage.googleapis.com/tensorflow/mac/cpu/tensorflow-0.12.0-py3-none-any.whl
安装成功
2.