-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
during gameProblems that appear when playing a PyRat gameProblems that appear when playing a PyRat gamesolvedThis problem has a solutionThis problem has a solution
Description
If when running a game script you get the following error:
TypeError: unsupported operand type(s) for |: 'type' and 'type
The reason is that you have a version of Python that is a bit too old, as this syntax for type hinting is supported since Python 3.10. Please upgrade to the latest version of Python.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
during gameProblems that appear when playing a PyRat gameProblems that appear when playing a PyRat gamesolvedThis problem has a solutionThis problem has a solution