instapy-docs icon indicating copy to clipboard operation
instapy-docs copied to clipboard

SyntaxError on running InstaPy

Open cryp70n1ccc opened this issue 5 years ago • 3 comments

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

cryp70n1ccc avatar Dec 22 '19 09:12 cryp70n1ccc

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

nomadeprogramador avatar May 06 '20 02:05 nomadeprogramador

same

clement-gaudiniere avatar Dec 28 '22 19:12 clement-gaudiniere

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

clement-gaudiniere avatar Dec 28 '22 19:12 clement-gaudiniere