DanMcInerney / xsscrapy

XSS spider - 66/66 wavsep XSS detected
1.66k stars 441 forks source link

Requirements.txt #57

Open addycracker opened 3 years ago

addycracker commented 3 years ago

there is an error when installing xsscrapy. Type of error-Syntax error file setup.py line-98 invalid syntax

decidedlygray commented 3 years ago

Can you include a screenshot or copy/paste the full text of the error message?

addycracker commented 3 years ago

you can see this screen shot same error

https://user-images.githubusercontent.com/39054239/102511779-35bd8780-40af-11eb-91fd-50f26568a078.png

spider8892 commented 3 years ago

same error. any solution?

krvaibhaw commented 3 years ago

Based on the screenshot, it looks like you are attempting to use python3 to install the requirements. I guess the problem here is pip is calling python3, in place of python2. Currently xsscrapy supports python2 only and it will not work for python3.

Kindly refer to this thread, I guess it will be helpful : https://github.com/DanMcInerney/xsscrapy/issues/42#issuecomment-770297523