使用pip安装redis时遇见的错误
一、错误提示:
ERROR: Could not install packages due to an EnvironmentError: HTTPSConnection(host=‘files.pythonhosted.org’, port=443): Max retries exceeded with url:
使用pip安装redis时遇见的错误 ERROR: Could not install packages due to an EnvironmentError: HTTPSCo
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 ‘D:\Python\python.exe’.

二、解决:
升级一下pip版本就可以了:
在Pycharm中---->Ctrl+Alt+S---->Python Interpreter----->双击pip----->左下角Install Package

相关文章:

  • 2021-06-29
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-19
  • 2021-05-16
  • 2022-12-23
  • 2021-12-21
猜你喜欢
  • 2022-01-05
  • 2021-09-24
  • 2021-10-21
  • 2022-12-23
  • 2022-12-23
  • 2021-10-08
  • 2021-08-17
相关资源
相似解决方案