Python 3.8.10 error: got an unexpected keyword argument ‘allowed_methods’

出错提示: Python 3.8.10 error: got an unexpected keyword argument ‘allowed_methods’

解决方法:pip install -U urllib3

出错提示: RequestsDependencyWarning: urllib3 (1.25.2) or chardet (3.0.4) doesn’t match a supported version! Fix

解决方法:pip3 install –upgrade requests