这个pyspider运行错误如何解决啊(求各位帮忙)
(venv) C:\Users\29596\PycharmProjects\untitled14>pyspider all
c:\users\29596\appdata\local\programs\python\python38\lib\site-packages\pyspider\libs\utils.py:196: FutureWarni
ng: timeout is not supported on your platform.
warnings.warn(“timeout is not supported on your platform.”, FutureWarning)
[I 200421 23:04:11 result_worker:49] result_worker starting…
[I 200421 23:04:11 processor:211] processor starting…
Exception in thread Thread-4:
Traceback (most recent call last):
File “c:\users\29596\appdata\local\programs\python\python38\lib\threading.py”, line 932, in _bootstrap_inner
[I 200421 23:04:11 scheduler:647] scheduler starting…
self.run()
File “c:\users\29596\appdata\local\programs\python\python38\lib\threading.py”, line 870, in run
self._target(*self._args, **self.kwargs)
File “c:\users\29596\appdata\local\programs\python\python38\lib\s

在尝试运行pyspider时遇到了一个错误,具体表现为无法从`tornado.curl_httpclient`导入`CurlsharkHTTPClient`。错误发生在`tornado_fetcher.py`文件的第30行。尽管pyspider启动了一些组件,但scheduler在5分钟内没有处理任何新任务。请问有没有熟悉pyspider和tornado库的专家能提供解决此问题的建议?
最低0.47元/天 解锁文章
207





