dymola

ModelicaRes import fails in python

ModelicaRes import fails in python Question: I want to use ModelicaRes to open my Dymola results in python but the import fails. from modelicares.simres import SimRes Gives the following error: ————————————————————————— ImportError Traceback (most recent call last) Cell In [2], line 1 —-> 1 from modelicares.simres import SimRes File C:ProgramDataMiniforge3envsmainlibsite-packagesmodelicares__init__.py:54 40 __version__ = ‘0.12.2’ 43 …

Total answers: 1