【发布时间】:2023-01-31 17:46:46
【问题描述】:
我需要导入 tensorflow 但我无法安装它,因为当我运行时
pip install 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.11 版本中运行。但我不确定。我一直在寻找一种使用 python 3.10 虚拟环境的解决方案,但对于像我这样的菜鸟来说这似乎相当复杂。提前致谢
【问题讨论】:
-
pip 安装 tensorflow==2.11.0
-
不,那是行不通的:错误:找不到满足 tensorflow==2.11.0 要求的版本(来自版本:无)错误:找不到与 tensorflow==2.11.0 匹配的分布
-
您正在使用哪个操作系统?
标签: python tensorflow keras