TypeError: __init__() got an unexpected keyword argument 'strict'

TypeError error occurs when using requests retransmission request: __init __ () got an unexpected keyword argument 'strict'

Mo panic, not your code is wrong, because the request is not the latest module requests

only need to

pip install requests --upgrade

Is OK

 

Guess you like

Origin www.cnblogs.com/JinMuBaoBao/p/10980842.html