运行pyspider all的问题
phantomjs fetcher running on port 25555
Exception in thread Thread-5 (invoke):
Traceback (most recent call last):
File "C:\Python\Python310\lib\site-packages\pyspider\libs\counter.py", line 14, in
from UserDict import DictMixin
ModuleNotFoundError: No module named 'UserDict'
初学者一个,不知道该怎么处理,望解答下。感谢感谢。
模块多没写错吧
UserDict 现在报错没有这个库 你看看你得14行引用没,如果引用去装一下没有注释或者删掉
关于该问题,我找了一篇非常好的博客,你可以看看是否有帮助,链接:pyspider all 报错解决方法