安装旧版本的tensorflow

Key*_*ume 3 tensorflow

我正在尝试使用以下设置安装tensorflow 1.3.0:

python 3.6.3
pip 9.0.1
Windows 10 on x64
Run Code Online (Sandbox Code Playgroud)

我试过跑步

pip install https://storage.googleapis.com/tensorflow/libtensorflow/libtensorflow_jni-cpu-windows-x86_64-1.3.0-rc2.zip
Run Code Online (Sandbox Code Playgroud)

但我明白了

Command "python setup.py egg_info" failed with error code 1 in C:\Users\__\AppData\Local\Temp\pip-0dabbj1v-build\
Run Code Online (Sandbox Code Playgroud)

如果我试试

pip install tensorflow-1.3.0
Run Code Online (Sandbox Code Playgroud)

我明白了

  Could not find a version that satisfies the requirement tensorflow-1.3.0 (from versions: )
No matching distribution found for tensorflow-1.3.0
Run Code Online (Sandbox Code Playgroud)

知道如何让这个工作吗?任何想法/提示将不胜感激!

sha*_*hin 11

请使用以下命令

pip install tensorflow==<version>
Run Code Online (Sandbox Code Playgroud)

在获得tensorflow 1.3.0的情况下,同样使用它

pip install tensorflow==1.3.0
Run Code Online (Sandbox Code Playgroud)


LI *_*ong 8

https://pypi.python.org/pypi/tensorflow/1.3.0 中,下载.whl您需要的版本并使用pip.