簡體   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