为什么可以';我是否在windows 10上安装tensorflow(python 3.9.0 pip 21.0.1)?

为什么可以';我是否在windows 10上安装tensorflow(python 3.9.0 pip 21.0.1)?,python,tensorflow,windows-10,Python,Tensorflow,Windows 10,我尝试使用命令提示符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只支持Python3.5-3.8。由于您现在使用的是3.9版本,所以现在需要降级python版本。当Tens

我尝试使用命令提示符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只支持Python3.5-3.8。由于您现在使用的是3.9版本,所以现在需要降级python版本。当Tensorflow支持Python3.9时,您可以升级到该版本。

Tensorflow最多支持Python3.8。 您必须使用python3.8创建新的环境,而python3.9不可用