tensorflow安装出现"could not find a version that satisfies the requirement tensorflow"问题
tensorflow
一个面向所有人的开源机器学习框架
项目地址:https://gitcode.com/gh_mirrors/te/tensorflow
免费下载资源
·
最近为了学习深度学习神经网络,也是对自己无语了,安装tensorflow遇到了一些问题,网上直接说的cpu安装法
pip3 install tensorflow
,
pip3 install --upgrade tensorflow
都是显示could not find a version that satisfies the requirement tensorflow
又google了一番,发现有人是因为python版本是32bit的出错了,要换成64bit的,而我也是64位的。。。为啥,想了半天发现我的python版本是python3.7!而现在的tensorflow版本还不支持3.7!!!于是我又得重新装回3.6。
版本问题很恼人,但是这是最最基本的东西。后面加上GPU还需要安装CUDN和CUDNN,还得继续折腾。
GitHub 加速计划 / te / tensorflow
184.55 K
74.12 K
下载
一个面向所有人的开源机器学习框架
最近提交(Master分支:2 个月前 )
a49e66f2
PiperOrigin-RevId: 663726708
2 个月前
91dac11a
This test overrides disabled_backends, dropping the default
value in the process.
PiperOrigin-RevId: 663711155
2 个月前
更多推荐
已为社区贡献3条内容
所有评论(0)