Traceback (most recent call last): File "C:\Users\_____\AppData\Local\Programs\Python\Python311\Lib\site-packages\matplotlib\axis.py", line 1732, in convert_units ret = self.converter.convert(x, self.units, self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "_:\basic_units.py", line 341, in convert if units.ConversionInterface.is_numlike(val): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: type object 'ConversionInterface' has no attribute 'is_numlike' The above exception was the direct cause of the following exception: Traceback (most recent call last): File "_:\bar_unit_demo.py", line 24, in p1 = ax.bar(ind, menMeans, width, color='r', bottom=0*cm, yerr=menStd) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\_____\AppData\Local\Programs\Python\Python311\Lib\site-packages\matplotlib\__init__.py", line 1459, in inner return func(ax, *map(sanitize_sequence, args), **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\_____\AppData\Local\Programs\Python\Python311\Lib\site-packages\matplotlib\axes\_axes.py", line 2412, in bar y = np.asarray(self.convert_yunits(y)) ^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\_____\AppData\Local\Programs\Python\Python311\Lib\site-packages\matplotlib\artist.py", line 293, in convert_yunits return ax.yaxis.convert_units(y) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\_____\AppData\Local\Programs\Python\Python311\Lib\site-packages\matplotlib\axis.py", line 1734, in convert_units raise munits.ConversionError('Failed to convert value(s) to axis ' matplotlib.units.ConversionError: Failed to convert value(s) to axis units: TaggedValue(0, BasicUnit(cm))