我嘗試像這樣安裝張量流 -pip install tensorflow但我收到此錯(cuò)誤ERROR: Could not find a version that satisfies the requirement tensorflow (from versions: none)ERROR: No matching distribution found for tensorflow然后,我也嘗試添加該版本,pip install tensorflow==2.2但沒(méi)有成功。我也嘗試了 1.15 版本,但仍然遇到同樣的錯(cuò)誤。ERROR: Could not find a version that satisfies the requirement tensorflow==2.2 (from versions: none)ERROR: No matching distribution found for tensorflow==2.2至于使用pip3 install tensorflow. 這也不起作用,給出了同樣的錯(cuò)誤。ERROR: Could not find a version that satisfies the requirement tensorflow (from versions: none)ERROR: No matching distribution found for tensorflow操作系統(tǒng) - Windows 10Python 版本 - 3.8.5點(diǎn)子是最新的
1 回答

阿晨1998
TA貢獻(xiàn)2037條經(jīng)驗(yàn) 獲得超6個(gè)贊
我安裝時(shí)使用python3 -m pip install --upgrade tensorflow
.
別問(wèn)我怎么做。
添加回答
舉報(bào)
0/150
提交
取消