美文网首页
pip requires Python '>=2.7,!=3.0

pip requires Python '>=2.7,!=3.0

作者: HOHD | 来源:发表于2019-11-14 19:10 被阅读0次

    环境,centos6.9 应该是64位
    yum install python34 成功安装,但是没有pip3

    curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py 这是官网的

    网上的是weget,好像要加什么参数,各位自己搜一下

    重点来了

    pip requires Python '>=2.7,!=3.0.,!=3.1.,!=3.2.,!=3.3.,!=3.4.*' but the running Python is 3.4.10
    直接爆红,
    原因,我估摸着是python3 和 pip3的版本不统一
    官网上喵了一下 官网
    python get-pip.py pip==9.0.2 降低版本就行
    有兴趣的同学可以罗列 python 和pip 版本的关系
    哭笑中

    相关文章

      网友评论

          本文标题:pip requires Python '>=2.7,!=3.0

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