remance / Masendor

Open source educational and historical battle action game, All helps accepted
MIT License
142 stars 31 forks source link

'Unsupported operand type(s)' Error #33

Closed stefanwerleman closed 1 year ago

stefanwerleman commented 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: image

Python Version: 3.8.10 OS: Ubuntu (Mint Distro)

remance commented 1 year ago

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.

remance commented 1 year ago

Added a warning in the newest update for incompatible python version.