美文网首页
windows 下 pyspider安装 pyspider al

windows 下 pyspider安装 pyspider al

作者: 刘东青_6f21 | 来源:发表于2019-05-14 14:56 被阅读0次

报错信息:
ValueError: Invalid configuration:

  • Deprecated option 'domaincontroller': use 'http_authenticator.domain_controller' instead.

解决方法:
找到pyspider安装位置(C:\Users\liuxd\AppData\Local\Programs\Python\Python36-32\Lib\site-packages\pyspider\webui)找到webui下webdav.py文件 修改209行
'domaincontroller': NeedAuthController(app),替换为
'http_authenticator':{
'HTTPAuthenticator':NeedAuthController(app),
},


image.png
image.png

成功启动。。。

相关文章

网友评论

      本文标题:windows 下 pyspider安装 pyspider al

      本文链接:https://www.haomeiwen.com/subject/bbvsaqtx.html