美文网首页
pyspider | 报错 ValueError: Inval

pyspider | 报错 ValueError: Inval

作者: WangLane | 来源:发表于2019-06-14 09:46 被阅读0次

pyspider 报错

ValueError: Invalid configuration:
  - Deprecated option 'domaincontroller': use 'http_authenticator.domain_controller' instead.

解决方法:wsgidav 发布了3.X版本,默认安装了。我们改成2.X的就好了。希望对大家有帮助。

命令:

pip uninstall wsgidav  
python -m pip install wsgidav==2.4.1

来源
https://blog.csdn.net/u011451186/article/details/88222328

相关文章

网友评论

      本文标题:pyspider | 报错 ValueError: Inval

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