File "/opt/homebrew/Cellar/[email protected]/3.9.13_1/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib2to3/refactor.py", line 322, in _read_python_source
return f.read(), encoding
File "/opt/homebrew/Cellar/[email protected]/3.9.13_1/Frameworks/Python.framework/Versions/3.9/lib/python3.9/codecs.py", line 322, in decode
(result, consumed) = self._buffer_decode(data, self.errors, final)
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xa9 in position 983: invalid start byte
And I am not knowledgeable enough to continue much further at present.
There was a major change in syntax in python as it moved to python3.
It looks like the move can be automated
https://stackoverflow.com/questions/25445439/what-does-syntaxerror-missing-parentheses-in-call-to-print-mean-in-python
I tried
2to3 . -wwhich changes 142 files. But it gets stuck onAnd I am not knowledgeable enough to continue much further at present.