美文网首页
tensorflow安装出现"could not find a

tensorflow安装出现"could not find a

作者: ebayboy | 来源:发表于2019-02-01 10:20 被阅读0次

    tensorflow安装出现"could not find a version that satisfies the requirement tensorflow"问题

    2018年09月28日 09:33:01 大写的ZDQ 阅读数:2917

     版权声明:本文为博主原创文章,未经博主允许不得转载。https://blog.csdn.net/u010712012/article/details/82876410

    最近为了学习深度学习神经网络,也是对自己无语了,安装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,还得继续折腾。

    相关文章

      网友评论

          本文标题:tensorflow安装出现"could not find a

          本文链接:https://www.haomeiwen.com/subject/xvwrsqtx.html