pip install --upgrade pip

pip install --upgrade pip

 

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

解决如下:

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

posted on 2019-12-04 16:22  远山的清风  阅读(6782)  评论(0)    收藏  举报

导航