Error setup.py
tiansyahisal opened this issue · 3 comments
tiansyahisal commented
when i wrote pythone setup.py, there is error massage
File "setup.py", line 42
chmod +x faitagram && chmod +x setup.py
SyntaxError: invalid syntax
pls help meeee sirr
elliotalderson56 commented
Did you ever figure out a solution? I'm having the same issue
StellarStoic commented
Same here
daniel071 commented
The issue is that line 42 is bash but it is written in python. Simply deleting that line will solve the issue. Pull requests #114 and #113 have done that. For more detail you can see #116 , #116 (comment)