有没有其他方法可以在 python 3.9.1 上安装 Tensorflow?
Is there any other way to install Tensorflow on python 3.9.1?
当我尝试在 python 3.9 上安装 tensorflow 时,出现以下错误:
ERROR: Could not find a version that satisfies the requirement tensorflow (from versions: none)
ERROR: No matching distribution found for tensorflow
我知道 Tensorflow 只支持到 Python 3.8。 有没有其他方法可以在 python 3.9.1 中安装 tensorflow 而无需安装旧版本的 python?
现在不可能了。此问题是 Tensorflow GitHub issue.
中的活跃趋势
底层 C++ 代码的依赖性存在一些问题。所以他们希望它可用于 v2.5。但是,它会以夜间构建开始,因此如果您打算开发一些生产就绪的应用程序,我建议您下载较低的 Python 版本以避免等待很长时间
直到他们发布稳定版本。
当我尝试在 python 3.9 上安装 tensorflow 时,出现以下错误:
ERROR: Could not find a version that satisfies the requirement tensorflow (from versions: none) ERROR: No matching distribution found for tensorflow
我知道 Tensorflow 只支持到 Python 3.8。 有没有其他方法可以在 python 3.9.1 中安装 tensorflow 而无需安装旧版本的 python?
现在不可能了。此问题是 Tensorflow GitHub issue.
中的活跃趋势底层 C++ 代码的依赖性存在一些问题。所以他们希望它可用于 v2.5。但是,它会以夜间构建开始,因此如果您打算开发一些生产就绪的应用程序,我建议您下载较低的 Python 版本以避免等待很长时间 直到他们发布稳定版本。