hy47 发表于 2020-3-23 21:14:56

报错求救

Warning (from warnings module):
File "C:\Users\4837\Documents\Python\lib\site-packages\pyspider\libs\utils.py", line 196
    warnings.warn("timeout is not supported on your platform.", FutureWarning)
FutureWarning: timeout is not supported on your platform.

qiuyouzhi 发表于 2020-3-23 21:16:40

1,这不是报错,是警告
2,代码呢?
3,如果你认为不是代码的问题,建议更新Python版本(别告诉我你用的是Python2)

乘号 发表于 2020-3-23 21:16:55

源代码发一下

zltzlt 发表于 2020-3-24 13:16:53

发代码

陈尚涵 发表于 2020-3-24 15:01:31

发代码,但是这个报错是说明超时。可能你是在爬虫还是打开文件什么的太大了,python无法接受
页: [1]
查看完整版本: 报错求救