【发布时间】:2021-03-21 21:42:54
【问题描述】:
请帮帮我。 我已经在全球范围内安装了 tensorflow 2.3,并正在尝试安装 tensorflow 1.15,但总是遇到此错误。我尝试全局卸载张量,但失败了。
(Cardiac) C:\venvCardiac>pip install tensorflow==1.15
Collecting tensorflow==1.15
ERROR: Could not find a version that satisfies the requirement tensorflow==1.15 (from versions: 2.2.0rc1, 2.2.0rc2, 2.2.0rc3, 2.2.0rc4, 2.2.0, 2.2.1, 2.3.0rc0, 2.3.0rc1, 2.3.0rc2, 2.3.0, 2.3.1, 2.4.0rc0, 2.4.0rc1, 2.4.0rc2, 2.4.0rc3, 2.4.0rc4)
ERROR: No matching distribution found for tensorflow==1.15
【问题讨论】:
标签: python tensorflow tensorflow2.0 python-venv virtual-environment