更新pip在cmd打开窗口输入命令:python -m pip install --upgrade pip

报错:

updata pip 报错 TypeError: parse() got an unexpected keyword argument 'transport_encoding'
解决办法:
1、conda install pip
2 、再输入python -m pip install --upgrade pip,就更新成功了
亲测可用!感谢博主分享:(https://blog.csdn.net/yimixgg/article/details/80064339)

相关文章:

  • 2021-07-01
  • 2022-12-23
  • 2021-11-19
  • 2021-12-02
  • 2022-03-07
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-06-25
  • 2021-06-28
  • 2021-09-21
  • 2021-12-30
  • 2022-12-23
  • 2022-01-05
相关资源
相似解决方案