我编写了一个程序,只是从“https://www.lfd.uci.edu/~gohlke/pythonlibs/”中读取非官方二进制列表,然后使用beautifulSoup生成一个包含网页中所有包的表,但我一直收到此错误
DELETE `lw` FROM `ek_stockvalue` `lw`
WHERE `lw`.`id_stockvalue` = 6;
这是我的代码,我也在使用带有Python 2.7.14的Windows机器:
Requests giving EOF occurred in violation of protocol (_ssl.c:661)
环顾四周之后,我找不到任何对(_ssl.c:661)的引用,我们将非常感谢所有建议。