You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get this error when I try to ran the game.
I am using python 3.9.7 on Arch Linux 5.15.2-arch1-1
Traceback (most recent call last):
File "/usr/bin/oversteer", line 51, in <module>
from oversteer.application import Application
File "/usr/lib/python3.9/site-packages/oversteer/application.py", line 5, in <module>
from oversteer.gui import Gui
File "/usr/lib/python3.9/site-packages/oversteer/gui.py", line 20, in <module>
from .combined_chart import CombinedChart
File "/usr/lib/python3.9/site-packages/oversteer/combined_chart.py", line 2, in <module>
import matplotlib.pyplot as plt
File "/usr/lib/python3.9/site-packages/matplotlib/pyplot.py", line 36, in <module>
import matplotlib.colorbar
File "/usr/lib/python3.9/site-packages/matplotlib/colorbar.py", line 38, in <module>
from matplotlib import _api, collections, cm, colors, contour, ticker
File "/usr/lib/python3.9/site-packages/matplotlib/contour.py", line 18, in <module>
import matplotlib.text as text
File "/usr/lib/python3.9/site-packages/matplotlib/text.py", line 17, in <module>
from .textpath import TextPath # Unused, but imported by others.
File "/usr/lib/python3.9/site-packages/matplotlib/textpath.py", line 8, in <module>
from matplotlib import _text_layout, dviread, font_manager, rcParams
File "/usr/lib/python3.9/site-packages/matplotlib/_text_layout.py", line 10, in <module>
LayoutItem = dataclasses.make_dataclass(
File "/usr/lib/python3.9/site-packages/dataclasses.py", line 1132, in make_dataclass
return dataclass(cls, init=init, repr=repr, eq=eq, order=order,
File "/usr/lib/python3.9/site-packages/dataclasses.py", line 958, in dataclass
return wrap(_cls)
File "/usr/lib/python3.9/site-packages/dataclasses.py", line 950, in wrap
return _process_class(cls, init, repr, eq, order, unsafe_hash, frozen)
File "/usr/lib/python3.9/site-packages/dataclasses.py", line 800, in _process_class
cls_fields = [_get_field(cls, name, type)
File "/usr/lib/python3.9/site-packages/dataclasses.py", line 800, in <listcomp>
cls_fields = [_get_field(cls, name, type)
File "/usr/lib/python3.9/site-packages/dataclasses.py", line 659, in _get_field
if (_is_classvar(a_type, typing)
File "/usr/lib/python3.9/site-packages/dataclasses.py", line 550, in _is_classvar
return type(a_type) is typing._ClassVar
AttributeError: module 'typing' has no attribute '_ClassVar'
The text was updated successfully, but these errors were encountered:
I get this error when I try to ran the game.
I am using python 3.9.7 on Arch Linux 5.15.2-arch1-1
The text was updated successfully, but these errors were encountered: