Post #1833020
2022-11-19 19:30 UTC
@dorward @lizl_genealogy Hi David. Thanks for this tutorial. I think I'm getting close, but when attempting to run parser.py I'm getting the following error
line 36
f' Error: This script requires Python 3.6 or later.'
^
SyntaxError: invalid syntax
I just downloaded Python 3.11 so I'm wondering what I should do?
Replies (1)
-
@dorward@mastodon.social 2022-11-19 19:37
@erb Sounds like you have multiple versions of Python installed and it’s getting the old one. Try typing python3 instead of just python. If that doesn’t work then it gets into questions about your OS.