我有MS Server 2012R2x64和Python3.7,我已经安装了所需的软件包,但当我尝试安装tensorflow时,我收到了sush错误 C:\Windows\system32>pip3install tensorflow ERROR: Could not find a version that satisfies the requirementtensorflow (fro
m versions: no
当我在我的终端中执行命令时 pip install --upgrade tensorflow 我得到一个错误 ERROR: Could not find a version that satisfiesthe requirement tensorflow (from versions: none)
ERROR: No matching distribution found for tensorflow此错误的原因是tensorflow仅支持Python
我使用的是覆盆子模型3B+,我做了一个venv,然后尝试安装tensorflow,但是我得到了以下两个错误ERROR: Could not find a version that satisfies therequirement tensorflow (from versions: none)我成功地安装了其他库,但只有tensorflow无法安装。