Closed stefanwerleman closed 1 year ago
I'm trying to run the main.py script locally on my machine and I'm receiving this exception after running python3 main.py:
main.py
python3 main.py
Python Version: 3.8.10 OS: Ubuntu (Mint Distro)
Thank you for the report. You need python 3.10 to run this game. Will add a check and error warning for this in the next update.
Added a warning in the newest update for incompatible python version.
I'm trying to run the
main.py
script locally on my machine and I'm receiving this exception after runningpython3 main.py
:Python Version: 3.8.10 OS: Ubuntu (Mint Distro)