Closed PoepiePeppie closed 4 years ago
Python3 required
I have python3 installed. maybe a different dependency I am missing?
But script in your case executed with Python 2. You can change what Python is default in your environment or call Python3 av1an.py
A yes I see. that fixed it. thanks :^)
After trying to execute ./av1an.py -i [filename] it spits out a syntax error.
File "./av1an.py", line 22 self.bar_iteration: int = 0 ^ SyntaxError: invalid syntax