Open imchiragprajapati opened 3 years ago
Its because of change in Python version. There is no update done with new python and old python version packages are depreciated
I am also facing same issue, i have searched and fixed now its working smoothly, you have to use following commands one by one hopefully your issue will resolve. pip uninstall attrs pip uninstall queuelib pip install queuelib==1.5.0 Regards
for some reason, the above didn't work for me, but tipped me in the right direction. (so thank you!!!) I just changed "queuelib" to "queuelib==1.5.0" in the requirements file and ran 'pip2 install -r requirements.txt' again jah bless
Hello Sir, I have been successfully installed all the requirements without any prompt of errors. But when I am trying to Run the command i.e "./xsscrapy.py -u https://target.com It gives me an error of Import: "cannot import name suppress" Please guide !
Reagrds