InstaPy / instapy-docs

📜 Public information for users, testers, contributors, maintainers
65 stars 57 forks source link

SyntaxError on running InstaPy #16

Open cryp70n1ccc opened 4 years ago

cryp70n1ccc commented 4 years ago

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 commented 4 years ago

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 commented 1 year ago

same

clement-gaudiniere commented 1 year ago

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