Hello all,
While plotting graphs in the analysis file (*.anf) using "plot using Line graph with Matplotlib" I got the following error.
An error occurred. Traceback (most recent call last):
File "<string>", line 2, in <module>
File "/home/surya/omnetpp6.0pre11/omnetpp-6.0pre11/ide/plugins/org.omnetpp.scave.pychart_6.0.0.210423-26668997ef/python/omnetpp/scave/chart.py", line 15, in <module>
from omnetpp.scave.impl_ide import chart as impl
File "/home/surya/omnetpp6.0pre11/omnetpp-6.0pre11/ide/plugins/org.omnetpp.scave.pychart_6.0.0.210423-26668997ef/python/omnetpp/scave/impl_ide/chart.py", line 7, in <module>
from omnetpp.scave import results, plot
File "/home/surya/omnetpp6.0pre11/omnetpp-6.0pre11/ide/plugins/org.omnetpp.scave.pychart_6.0.0.210423-26668997ef/python/omnetpp/scave/plot.py", line 42, in <module>
from .impl_charttool import plot as impl
ModuleNotFoundError: No module named 'omnetpp.scave.impl_charttool'
I can see there was a missing module in the following python file. I am not sure how to update the module using the pip command.
Can anyone help resolve this??
Best,
Surya