使用requests发请求时发生报错 TypeError: __init__() got an unexpected keyword argument 'strict'

莫慌,不是你代码写错了,是因为请求模块requests不是最新的

只需要

pip install requests --upgrade

就OK了

 

相关文章:

  • 2021-06-16
  • 2022-02-12
  • 2022-12-23
  • 2021-09-30
  • 2022-12-23
  • 2021-06-28
  • 2021-09-17
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-10
相关资源
相似解决方案