V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
推荐学习书目
Learn Python the Hard Way
Python Sites
PyPI - Python Package Index
http://diveintopython.org/toc/index.html
Pocoo
值得关注的项目
PyPy
Celery
Jinja2
Read the Docs
gevent
pyenv
virtualenv
Stackless Python
Beautiful Soup
结巴中文分词
Green Unicorn
Sentry
Shovel
Pyflakes
pytest
Python 编程
pep8 Checker
Styles
PEP 8
Google Python Style Guide
Code Style from The Hitchhiker's Guide
binxin
V2EX  ›  Python

为什么 pypi 里面有个库叫 pip3-0.2

  •  
  •   binxin · 2018-09-21 22:42:17 +08:00 · 2560 次点击
    这是一个创建于 2037 天前的主题,其中的信息可能已经有所发展或是发生改变。

    手欠用 pip3 install -U pip3

    然后 pip 就用不了了。

    9 条回复    2018-09-23 09:34:41 +08:00
    anonymous256
        1
    anonymous256  
       2018-09-21 22:47:05 +08:00 via Android
    然后可能要用 pip3 命令了吧。
    Septembers
        3
    Septembers  
       2018-09-22 01:32:12 +08:00 via Android
    python3 -m pip uninstall pip
    Septembers
        4
    Septembers  
       2018-09-22 01:32:32 +08:00 via Android   ❤️ 1
    python3 -m pip uninstall pip3
    happykjoy
        5
    happykjoy  
       2018-09-22 08:26:13 +08:00
    pip3 是 pip 的升级版本。pip3 不是比 pip 更好用吗?可以按照很多 pip 不能安装的库。用法:pip3 install xxxx 某某某
    wwqgtxx
        6
    wwqgtxx  
       2018-09-22 15:36:31 +08:00
    C:\Users\Administrator>pip download pip3
    Looking in indexes: https://mirrors.ustc.edu.cn/pypi/web/simple
    Collecting pip3
    Could not find a version that satisfies the requirement pip3 (from versions: )
    No matching distribution found for pip3
    binxin
        7
    binxin  
    OP
       2018-09-23 09:33:00 +08:00
    @happykjoy 不是
    安装了一个冒牌的 pip3-0.2
    这个库的名字叫 pip3,不是 pip
    哎。
    binxin
        8
    binxin  
    OP
       2018-09-23 09:33:13 +08:00
    @Septembers 谢谢!
    binxin
        9
    binxin  
    OP
       2018-09-23 09:34:41 +08:00
    @wwqgtxx
    我也觉得很奇怪,之前手欠都没有这个事儿,可能是我还引用了树莓派的镜像的原因?
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   1774 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 27ms · UTC 16:28 · PVG 00:28 · LAX 09:28 · JFK 12:28
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.