The Mentsh
Results
3
comments of
The Mentsh
Look at the requirements. This script is written in Python 2.* therefore it needs Python 2.* You are using Python 3.* - objects are written different between the two.. so...
Here is your issue."/usr/local/bin/**python3.9**" XSScrapy is written with **2.7 python** - install that version ( hint 2.7 and 3.* can live on the same system.) Then run it with 2.7
This is still a Python 2 application. You appear to be using Python 3