complexpotato / Faitagram

(Doesn't work anymore)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Problem

sachin-acharya-practice opened this issue · comments

Every time I run comand "python setup.py" or "sudo python setup.py" or "sudo python3 setup.py" or "python3 setup.py" or "python3 setup.py install" or "sudo python3 setup.py install"
it shows the errorlike

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

This script will not run anymore. but for this you have to go into the setup.py file then change
chmod +x faitagram && chmod +x setup.py
to
os.system("chmod +x faitagram && chmod +x setup.py")

This script will not run anymore. but for this you have to go into the setup.py file then change
chmod +x faitagram && chmod +x setup.py
to
os.system("chmod +x faitagram && chmod +x setup.py")

What do you mean the script will not run anymore? I have it running, albeit unreliably.

I guess I meant they aren’t updating it anymore. I could never get it to connect when running it.