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
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
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
┌──(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?
The text was updated successfully, but these errors were encountered: