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

C:\Users\dangzhengtao>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:\Users\dangzhengtao>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

相关文章:

  • 2022-12-23
  • 2021-08-14
  • 2021-05-20
  • 2022-12-23
  • 2022-12-23
  • 2021-12-03
  • 2022-12-23
猜你喜欢
  • 2021-09-15
  • 2021-06-22
  • 2021-09-18
  • 2021-07-17
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案