运行pyspider常见的错误:
①ValueError: Invalid configuration: - Deprecated option ‘domaincontroller’: use ‘http_authenticator.domain_controller’ instead.
②ImportError: cannot import name ‘DispatcherMiddleware’
这里我就不写了,网上一搜还挺多的,就这个问题我在网上找了好长时间也没有找到解决方案。为了大家在遇到相同问题时能够少花点时间,我这里就把我的解决思路分享给大家参考。
这是我运行pyspider命令时出现的错误(我在解决上面提的两个错误后出现这个错误):
PS D:\python test\pyspider_text> pyspider
d:\software\python\python36\lib\site-packages\pyspider\libs\utils.py:196: FutureWarning: timeout is not supported on your platform.
warnings.warn("timeout is not supported on your platform.", FutureWarning)
[W 210717 17:50:00 run:413] phantomjs not found, continue running without it.
[I 210717 17:50:02 result_worker:49] result_worker starting...
[I 210717 17:50:02 processor:211] processor starting...
[I 210717 17:50:02 scheduler:647] scheduler starting...
[I 210717 17:50:02 scheduler:586] in 5m: new:0,success:0,retry

最低0.47元/天 解锁文章
5万+

被折叠的 条评论
为什么被折叠?



