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
Traceback (most recent call last):
File "/opt/XSS/xsscrapy/xsscrapy.py", line 4, in <module>
from scrapy.cmdline import execute
ModuleNotFoundError: No module named 'scrapy'
My version of python --> Python 3.9.7
My OS --> Linux 5.14.0-kali2-amd64 #1 SMP Debian 5.14.9-2kali1 (2021-10-04) x86_64 GNU/Linux
A greeting and thanks
The text was updated successfully, but these errors were encountered:
sorry I did not see the requirements. My version is Python 2.7.18
sudo python2 xsscrapy.py -u http://altoromutual.com
Traceback (most recent call last):
File "xsscrapy.py", line 4, in
from scrapy.cmdline import execute
ImportError: No module named scrapy.cmdline
Hello,
When I run this script I have this error:
My version of python --> Python 3.9.7
My OS --> Linux 5.14.0-kali2-amd64 #1 SMP Debian 5.14.9-2kali1 (2021-10-04) x86_64 GNU/Linux
A greeting and thanks
The text was updated successfully, but these errors were encountered: