I updated matplotlib from 3.8 to 3.9 and got this ImportError in the file commonroad/visualization/traffic_sign.py:
In commonroad/visualization/traffic_sign.py, line 8, in
from matplotlib.axes import Axes, mtext
ImportError: cannot import name 'mtext' from 'matplotlib.axes'
Thank your for the information.
We will solve this in the next cr-io release (end of June).
As you suggested, please use a matplotlib version <3.9 in the meantime.
I updated matplotlib from 3.8 to 3.9 and got this ImportError in the file commonroad/visualization/traffic_sign.py:
In commonroad/visualization/traffic_sign.py, line 8, in
from matplotlib.axes import Axes, mtext
ImportError: cannot import name 'mtext' from 'matplotlib.axes'
It's still working with matplotlib 3.8.4