DanMcInerney/xsscrapy

Requirements.txt

addycracker opened this issue · 4 comments

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

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

same error. any solution?

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 :
#42 (comment)