pip install --upgrade pip

 

python库中urllib3 (1.24.3) or chardet (2.2.1) 的版本不兼容

解决如下:

# pip uninstall urllib3
# pip uninstall chardet
# pip install requests

相关文章:

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