Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SyntaxError on running InstaPy #16

Open
cryp70n1ccc opened this issue Dec 22, 2019 · 3 comments
Open

SyntaxError on running InstaPy #16

cryp70n1ccc opened this issue Dec 22, 2019 · 3 comments

Comments

@cryp70n1ccc
Copy link

python quickstart.py

Traceback (most recent call last):
File "quickstart.py", line 4, in
from instapy import InstaPy
File "/home/cryp70n1c/Videos/InstaPy/instapy/init.py", line 6, in
from .instapy import InstaPy
File "/home/cryp70n1c/Videos/InstaPy/instapy/instapy.py", line 99
username: str = None,
^
SyntaxError: invalid syntax

@nomadeprogramador
Copy link

you missed something in your code syntax, pay attention to the punctuation and see if you didn't use any reserved words incorrectly.

@clement-gaudiniere
Copy link

same

@clement-gaudiniere
Copy link

I managed to solve the problem by changing the version of the python interpreter in VS CODE

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants