我尝试在使用 Python 3.12.0 和 pip 23.2.1(64 位)的 Windows 11 计算机上安装 TensorFlow 时遇到问题。尽管多次尝试,我仍然收到以下错误消息:
ERROR: Could not find a version that satisfies the requirement tensorflow (from versions: none)
ERROR: No matching distribution found for tensorflow
Run Code Online (Sandbox Code Playgroud)
我尝试过使用 Python 3.7.0 和 Python 3.6.4 创建虚拟环境
使用命令清除 pip 缓存pip cache purge
安装各种特定版本的 TensorFlow
tensorflow==2.1.0
tensorflow==2.5.0
tensorflow==2.2.0rc4
我希望有人知道这里可能存在什么问题