繁体   English   中英

无法使用pip安装特定版本的Tensorflow

[英]Unable to install particular version of tensorflow with pip

无法使用Pip安装tensonflow。

pip install tensorflow==1.2.1
    Collecting tensorflow==1.2.1
      Could not find a version that satisfies the requirement tensorflow==1.2.1 (from versions: )
    No matching distribution found for tensorflow==1.2.1

尝试这个:
pip install --user install tensorflow==1.2.1.
如果使用python 3,则可能需要使用pip3而不是pip

暂无
暂无

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

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