简体   繁体   English

如何安装tensorflow-gpu==1.11.0

[英]How to install tensorflow-gpu==1.11.0

My project needs tensorflow==1.11.0 But when I tried to install it, I got:我的项目需要 tensorflow==1.11.0 但是当我尝试安装它时,我得到了:

pip install tensorflow-gpu==1.11.0
Looking in indexes: http://mirrors.aliyun.com/pypi/simple
ERROR: Could not find a version that satisfies the requirement tensorflow-gpu==1.11.0 (from versions: 1.13.1, 1.13.2, 1.14.0, 1.15.0rc0, 1.15.0rc1, 1.15.0rc2, 1.15.0rc3, 1.15.0, 1.15.2, 1.15.3, 2.0.0a0, 2.0.0b0, 2.0.0b1, 2.0.0rc0, 2.0.0rc1, 2.0.0rc2, 2.0.0, 2.0.1, 2.0.2, 2.1.0rc0, 2.1.0rc1, 2.1.0rc2, 2.1.0, 2.1.1, 2.2.0rc0, 2.2.0rc1, 2.2.0rc2, 2.2.0rc3, 2.2.0rc4, 2.2.0)
ERROR: No matching distribution found for tensorflow-gpu==1.11.0

Plus, I am using py3.7.另外,我正在使用py3.7。

Some python versions are incompatible with some versions of Tensorflow.某些 python 版本与 Tensorflow 的某些版本不兼容。 If you very specifically need Tensorflow 1.11.0 then you can probably install it in a Python 3.6 environment.如果您非常特别需要 Tensorflow 1.11.0,那么您可以将它安装在 Python 3.6 环境中。

If you very specifically need Python 3.7, you can probably install Tensorflow 1.13.1 or later.如果您非常特别需要 Python 3.7,您可以安装 Tensorflow 1.13.1 或更高版本。

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

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