Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Import Error of Suppress in XSScrapy #63

Open
imchiragprajapati opened this issue Jun 9, 2021 · 3 comments
Open

Import Error of Suppress in XSScrapy #63

imchiragprajapati opened this issue Jun 9, 2021 · 3 comments

Comments

@imchiragprajapati
Copy link

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

image

@amaravindmenon
Copy link

Its because of change in Python version. There is no update done with new python and old python version packages are depreciated

@ThirdEyee
Copy link

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

@scumdestroy
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants