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

时间:2019-01-02 12:19:16

标签: python tensorflow 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

1 个答案:

答案 0 :(得分:0)

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