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

Can't run after cloning successfully. Help! #81

Open
spacezero20 opened this issue Jan 28, 2024 · 2 comments
Open

Can't run after cloning successfully. Help! #81

spacezero20 opened this issue Jan 28, 2024 · 2 comments

Comments

@spacezero20
Copy link

┌──(garrettg㉿kali)-[~/xsscrapy]
└─$ sudo python3 xsscrapy.py -u coinbase.com
Traceback (most recent call last):
File "/home/garrettg/xsscrapy/xsscrapy.py", line 4, in
from scrapy.cmdline import execute
ModuleNotFoundError: No module named 'scrapy'

What am I doing wrong here?

@decidedlygray
Copy link

My first guess would be you didn't install the required packages. If you want to create a virtual environment then do that first, but then: pip install -r requirements.txt

@decidedlygray
Copy link

Probably also worth noting that this project hasn't been updated to Python3. There are other tickets and Pull Requests open around how to get it working with Python3

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

2 participants