Open jono20-wq opened 4 years ago
Looks like you are using python2 which is no longer supported...
Use python3, such as in:
python3 setup.py
On Sun, Nov 8, 2020 at 12:35, jono20-wq notifications@github.com wrote:
I'm getting the following error
`File "./setup.py", line 119 print(str(exc), file=stderr)
SyntaxError: invalid syntax`
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.
I'm getting the following error
`File "./setup.py", line 119 print(str(exc), file=stderr)
SyntaxError: invalid syntax`