Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ModuleNotFoundError: No module named 'scrapy.xlib' #38

Open
incognitozen opened this issue May 1, 2020 · 0 comments
Open

ModuleNotFoundError: No module named 'scrapy.xlib' #38

incognitozen opened this issue May 1, 2020 · 0 comments

Comments

@incognitozen
Copy link

incognitozen commented May 1, 2020

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'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant