gpt4 book ai didi

python - 无法安装tensorflow=1.0.0

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

我正在尝试在 Windows 10 上安装tensorflow 1.0.0,但是,它显示此错误消息:

Could not find a version that satisfies the requirement tensorflow==1.0 (from versions ...
No matching distribution found for tensorflow==1.0

enter image description here

我已经尝试使用 anaconda v 5.2、Python v 3.6 进行安装

最佳答案

尝试在 anaconda 中创建 python 3.5 env,它应该可以工作。

conda create --name tf1.0 pip python=3.5
activate tf1.0
pip install tensorflow==1.0

关于python - 无法安装tensorflow=1.0.0,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50707717/

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