安装好python后,本来解释器是可以用的,收件点了升级把pip升级到10.0版本.

搜了好多资料才解决,主要是为了记录一下,长个记性.

错误提示截图:

[已解决,记录一下]Python 提示错误:AttributeError: module 'pip' has no attribute 'main'

解决办法是pip降级:在终端运行命令: Python -m   pip install --user --upgrade pip==9.0

[已解决,记录一下]Python 提示错误:AttributeError: module 'pip' has no attribute 'main'

下载完了,ok

相关文章:

  • 2021-09-04
  • 2021-07-26
  • 2021-12-22
  • 2021-07-27
  • 2022-12-23
  • 2021-09-28
猜你喜欢
  • 2021-04-01
  • 2022-01-07
  • 2021-08-27
  • 2021-12-13
  • 2022-12-23
  • 2021-04-26
相关资源
相似解决方案