First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!
1 | initial version |
I'm getting the following error while trying to run the following code as mentioned in the URL: Can somebody help me to resolve the error. Google has little to no help on this error. code is from the following
Traceback (most recent call last):
File "Z:\python\ACCC_Compiled\Version_11.2-DynSim\testplot.py", line 21, in <module>
from matplotlib import pyplot as plt
File "C:\Python37\lib\site-packages\matplotlib\__init__.py", line 107, in <module>
from . import _api, cbook, docstring, rcsetup
File "C:\Python37\lib\site-packages\matplotlib\cbook\__init__.py", line 31, in <module>
from matplotlib import _api, _c_internal_utils
ImportError: cannot import name '_c_internal_utils' from 'matplotlib' (C:\Python37\lib\site-packages\matplotlib\__init__.py)