complexpotato / Faitagram

(Doesn't work anymore)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error

ah0lx opened this issue · comments

commented

python setup.py
File "setup.py", line 42
chmod +x faitagram && chmod +x setup.py
^
SyntaxError: invalid syntax

Duplicate of #109 'Error setup.py' but that doesn't seem to have been resolved either.
It seems like the developer has dropped support for this issue

It seems like @Juniorn1003 has referenced this issue in #114 and #113

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.

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!