zoukankan      html  css  js  c++  java
  • python -m pip install --upgrade pip 失败



    升级PIP
    python -m pip install --upgrade pip -i https://pypi.douban.com/simple

    C:Usersdangzhengtao>python -m pip install --upgrade pip -i https://pypi.douban.com/simple
    Looking in indexes: https://pypi.douban.com/simple
    Collecting pip
      Downloading https://pypi.doubanio.com/packages/00/b6/9cfa56b4081ad13874b0c6f96af8ce16cfbc1cb06bedf8e9164ce5551ec1/pip-19.3.1-py2.py3-none-any.whl (1.4MB)
        100% |████████████████████████████████| 1.4MB 1.3MB/s
    Installing collected packages: pip
      Found existing installation: pip 18.0
        Uninstalling pip-18.0:
          Successfully uninstalled pip-18.0
    Successfully installed pip-19.3.1

    C:Usersdangzhengtao>python -m pip install --upgrade pip -i https://pypi.douban.com/simpleLooking in indexes: https://pypi.douban.com/simpleCollecting pip  Downloading https://pypi.doubanio.com/packages/00/b6/9cfa56b4081ad13874b0c6f96af8ce16cfbc1cb06bedf8e9164ce5551ec1/pip-19.3.1-py2.py3-none-any.whl (1.4MB)    100% |████████████████████████████████| 1.4MB 1.3MB/sInstalling collected packages: pip  Found existing installation: pip 18.0    Uninstalling pip-18.0:      Successfully uninstalled pip-18.0Successfully installed pip-19.3.1

  • 相关阅读:
    embed 与 object
    通道
    Silverlight 插件中的FindName方法使用
    RenderTransformOrigin 的作用
    Photoshop工具与绘图
    Silverlight动画
    VS2005 数据连接提示:该项不适于在指定状态下使用
    IIS6注册.net4.0
    .NET中的动态编译
    DevExpress换肤
  • 原文地址:https://www.cnblogs.com/dangzhengtao/p/12201315.html
Copyright © 2011-2022 走看看