Open spacezero20 opened 10 months ago
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?