在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
pip install requests==2.19.1 pip install certifi==2018.8.13 先把上面三个一装,单纯的第三方库的版本问题,更新下ssl包之类的 _ssl.c:1091和_ssl.c:749的问题就能解决了
在运行的过程中还发现了点问题 InsecureRequestWarning: Unverified HTTPS request is being made. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings InsecureRequestWarning) 有这个提示虽然不报错,但是怎么可以让程序出现报红呢,不爽我们就干掉它 提示让我们see,那我们就去see one see
import urllib3 urllib3.disable_warnings()
不犹豫直接抄 直接搞定 nice~ |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论