gpt4 book ai didi

python - 安装turicreate时出现tensorflow错误?

转载 作者:行者123 更新时间:2023-11-30 08:44:56 25 4
gpt4 key购买 nike

当我安装 turicreate 包时,出现以下错误:

Collecting tensorflow>=2.0.0 (from turicreate)
Could not find a version that satisfies the requirement tensorflow>=2.0.0 (from turicreate) (from versions: 0.12.1, 1.0.0, 1.0.1, 1.1.0rc0, 1.1.0rc1, 1.1.0rc2, 1.1.0, 1.2.0rc0, 1.2.0rc1, 1.2.0rc2, 1.2.0, 1.2.1, 1.3.0rc0, 1.3.0rc1, 1.3.0rc2, 1.3.0, 1.4.0rc0, 1.4.0rc1, 1.4.0, 1.4.1, 1.5.0rc0, 1.5.0rc1, 1.5.0, 1.5.1, 1.6.0rc0, 1.6.0rc1, 1.6.0, 1.7.0rc0, 1.7.0rc1, 1.7.0, 1.7.1, 1.8.0rc0, 1.8.0rc1, 1.8.0, 1.9.0rc0, 1.9.0rc1, 1.9.0rc2, 1.9.0, 1.10.0rc0, 1.10.0rc1, 1.10.0, 1.10.1, 1.11.0rc0, 1.11.0rc1, 1.11.0rc2, 1.11.0, 1.12.0rc0, 1.12.0rc1, 1.12.0rc2, 1.12.0, 1.12.2, 1.12.3, 1.13.0rc0, 1.13.0rc1, 1.13.0rc2, 1.13.1, 1.13.2, 1.14.0rc0, 1.14.0rc1, 1.14.0, 2.0.0a0, 2.0.0b0, 2.0.0b1)
No matching distribution found for tensorflow>=2.0.0 (from turicreate)

我在安装tensorflow 2.0.0时遇到了同样的情况。

我成功地安装了tensorflow2并修改了版本(在“2.0.0”之后添加“a0”、“b0”、“b1”)使用pip3 install tensorflow==2.0.0a0。但是,即使安装了tensorflow2.0.0a0,我仍然无法通过turicreate的安装,并导致与上面显示的相同的“tensorflow错误”。我正在使用 python 3.6,numpy 1.16.5。

你能帮我一下吗?

最佳答案

升级点

# On Linux or macOS:
pip3 install -U pip

# On Windows:
python -m pip3 install -U pip

安装turicreate

pip3 install turicreate

这将解决您的问题

关于python - 安装turicreate时出现tensorflow错误?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/59516564/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com