简体   繁体   English

Windows上的tensorflow 1.1版本下载

[英]tensorflow 1.1 version download on Windows

I'd like to download 1.1.0 version tensorflow. 我想下载Tensorflow的1.1.0版本。 But they don't support that version with pip anymore. 但是他们不再通过pip支持该版本。 How can I download it? 如何下载? or is there any helpful things that can help to fix codes from low version to latest version? 还是有什么有用的东西可以帮助将代码从低版本修复到最新版本?

Try to use 尝试使用

pip install tensorflow==<version>

If it doesn't work, please try the below 如果不起作用,请尝试以下方法

In https://pypi.org/project/tensorflow/1.1.0/ download .whl of the version you need and install it using pip . https://pypi.org/project/tensorflow/1.1.0/下载所需版本的.whl并使用pip安装。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM