亚洲在线久爱草,狠狠天天香蕉网,天天搞日日干久草,伊人亚洲日本欧美

為了賬號安全,請及時綁定郵箱和手機立即綁定
已解決430363個問題,去搜搜看,總會有你想問的

無法在 Ubuntu 20.04 上安裝 1.x 版本的 Tensorflow

無法在 Ubuntu 20.04 上安裝 1.x 版本的 Tensorflow

絕地無雙 2022-11-09 17:13:28
我的 CPU 沒有 AVX 指令,所以我不得不安裝低于 1.16 的 Tensorflow 版本。我在用著pip3 install tensorflow==1.15我收到了這個錯誤:ERROR: Could not find a version that satisfies the requirement tensorflow==1.15 (from versions: 2.2.0rc1, 2.2.0rc2, 2.2.0rc3, 2.2.0rc4)ERROR: No matching distribution found for tensorflow==1.15我正在運行 Ubuntu 20.04,并且我已經更新了所有軟件包。我什至將 python 降級到 3.6.9,但我仍然無法安裝舊版本的 Tensorflow
查看完整描述

3 回答

?
阿波羅的戰車

TA貢獻1862條經驗 獲得超6個贊

當pip不是最新的時,這通常會發生。


如果您使用的是虛擬環境,請使用


pip install --upgrade pip

pip install tensorflow==1.15

如果您使用的是系統解釋器,請使用它(sudo可能需要):


pip3 install --upgrade pip

pip3 install tensorflow==1.15


查看完整回答
反對 回復 2022-11-09
?
夢里花落0921

TA貢獻1772條經驗 獲得超6個贊

嘗試使用“python 3.7”創建虛擬環境

python3.7 -m venv my_env

源 my_env/bin/activate

然后運行安裝命令“pip install tensorflow==1.14”


查看完整回答
反對 回復 2022-11-09
?
搖曳的薔薇

TA貢獻1793條經驗 獲得超6個贊

您好,您可以嘗試使用以下鏈接下載張量流 2:- illya13.github.io/RL/tutorial/2020/04/26/installing-tensorflow-on-ubuntu-20.html



查看完整回答
反對 回復 2022-11-09
  • 3 回答
  • 0 關注
  • 256 瀏覽
慕課專欄
更多

添加回答

舉報

0/150
提交
取消
微信客服

購課補貼
聯系客服咨詢優惠詳情

幫助反饋 APP下載

慕課網APP
您的移動學習伙伴

公眾號

掃描二維碼
關注慕課網微信公眾號