簡體   English   中英

為什么我不能在 windows 10 上安裝 tensorflow(python 3.9.0 pip 21.0.1)?

[英]Why can't I install tensorflow on windows 10 (python 3.9.0 pip 21.0.1)?

我嘗試使用命令提示符安裝 pip,並收到此錯誤

py -m pip install tensorflow

ERROR: Could not find a version that satisfies the requirement tensorflow
ERROR: No matching distribution found for tensorflow

目前 Tensorflow 僅支持 python 3.5 - 3.8。 由於您使用的是 3.9,它現在可以工作,您現在需要降級 python 版本。 當它將支持 python 3.9 時,您可以升級到該版本。

根據他們的文檔,Tensorflow 最多支持 Python 3.8。 您必須使用 Python 3.8 創建新環境

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM