Try to run this command from the system terminal. Make sure that you use the correct version of ‘pip’ installed for your Python interpreter located at ‘C:\Users\123\PycharmProjects\pythonProject\venv\Scripts\python.exe’.

出现这个问题的原因是安装的Python版本较新,还没有对应版本的pip,解决的办法是安装较旧的版本,笔者安装的是3.9版本,安装3.8版本这个问题就解决了。
Python安装问题:ERROR: Command errored out with exit status 1:
这个截图的查看链接为Python and OS Compatibility

相关文章:

  • 2021-11-05
  • 2022-12-23
  • 2022-12-23
  • 2021-08-24
  • 2022-01-20
  • 2021-06-04
  • 2022-12-23
  • 2021-05-10
猜你喜欢
  • 2021-12-14
  • 2022-12-23
  • 2021-09-11
  • 2022-12-23
  • 2021-10-14
  • 2021-04-01
  • 2022-12-23
相关资源
相似解决方案