deathsec / instagram-py

MIT License
323 stars 113 forks source link

Syntax error in Setup.py #14

Closed onkardahale closed 5 years ago

onkardahale commented 5 years ago

I tried installing instagram-py by typing: sudo pip install instagram-py

The output was this: Collecting instagram-py Using cached https://files.pythonhosted.org/packages/c8/96/9a42a1f49c6710c52bffb474e6c966247cfabb3b0ec7f3a1f770d412444e/instagram-py-2.0.7.tar.gz Complete output from command python setup.py egg_info: Traceback (most recent call last): File "<string>", line 1, in <module> File "/tmp/pip-build-gPG6Ah/instagram-py/setup.py", line 13, in <module> from InstagramPy import __version__ File "InstagramPy/__init__.py", line 10, in <module> from .InstagramPyCLI import InstagramPyCLI File "InstagramPy/InstagramPyCLI.py", line 138 end='') ^ SyntaxError: invalid syntax

I think this has to with the python version so i installed python 3.3 and tried running setup.py by: python3 setup.py but I still got the same error