You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Complaining on Python 3 version 3.6
Install via pip
pip3 install arachnado
Traceback (most recent call last):
File "/home/.local/bin/arachnado", line 8, in <module>
sys.exit(run())
File "/home/.local/lib/python3.6/site-packages/arachnado/__main__.py", line 201, in run
opts=opts,
File "/home/.local/lib/python3.6/site-packages/arachnado/__main__.py", line 58, in main
from arachnado.site_checker import get_site_checker_crawler
File "/home/.local/lib/python3.6/site-packages/arachnado/site_checker.py", line 8, in <module>
from scrapy.xlib.tx import ResponseFailed
ModuleNotFoundError: No module named 'scrapy.xlib'
The text was updated successfully, but these errors were encountered:
Complaining on Python 3 version 3.6
Install via pip
The text was updated successfully, but these errors were encountered: