简体   繁体   中英

tensorflow 1.1 version download on Windows

I'd like to download 1.1.0 version tensorflow. But they don't support that version with pip anymore. 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 .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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