Error
ah0lx opened this issue · 3 comments
ah0lx commented
python setup.py
File "setup.py", line 42
chmod +x faitagram && chmod +x setup.py
^
SyntaxError: invalid syntax
daniel071 commented
44za12 commented
Removing the line fixed the issue for me. The syntax of the code in line 42 is bash, and it's written in python. Delete the line and then try to run it. You can manually change the permissions of files faitagram.
daniel071 commented
Removing the line fixed the issue for me. The syntax of the code in line 42 is bash, and it's written in python. Delete the line and then try to run it. You can manually change the permissions of files faitagram.
You can also see that the pull requests, #114 and #113 have done the same thing.
Thanks!