python3 -m fmpy simulate --output-file Buildings_latest_Buildings.DHC.Examples.Combined.ETSHeatRecoveryHeatPump_BuildingTimeSeries.WithDHW_res.csv --start-time 7.776e+06 --stop-time 8.64e+06 --timeout 800 --relative-tolerance 1e-06 --interface-type ModelExchange --solver CVode --output-interval 345.6 Buildings_latest_Buildings_DHC_Examples_Combined_ETSHeatRecoveryHeatPump_BuildingTimeSeries_WithDHW.fmu Traceback (most recent call last): File "/home/hudson/saved_omc/libraries/.local/lib/python3.12/site-packages/fmpy/fmi1.py", line 198, in __init__ self.dll = cdll.LoadLibrary(libraryPath) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.12/ctypes/__init__.py", line 460, in LoadLibrary return self._dlltype(name) ^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.12/ctypes/__init__.py", line 379, in __init__ self._handle = _dlopen(self._name, mode) ^^^^^^^^^^^^^^^^^^^^^^^^^ OSError: /tmp/tmp9d0v7_0v/binaries/linux64/Buildings_latest_Buildings_DHC_Examples_Combined_ETSHeatRecoveryHeatPump_BuildingTimeSeries_WithDHW.so: undefined symbol: dgelsy_ During handling of the above exception, another exception occurred: Traceback (most recent call last): File "", line 198, in _run_module_as_main File "", line 88, in _run_code File "/home/hudson/saved_omc/libraries/.local/lib/python3.12/site-packages/fmpy/__main__.py", line 4, in main() File "/home/hudson/saved_omc/libraries/.local/lib/python3.12/site-packages/fmpy/cli.py", line 186, in main result = simulate_fmu(args.fmu_filename, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/hudson/saved_omc/libraries/.local/lib/python3.12/site-packages/fmpy/simulation.py", line 770, in simulate_fmu fmu = instantiate_fmu(unzipdir, model_description, fmi_type, visible, debug_logging, logger, fmi_call_logger, None, early_return_allowed, use_event_mode, None, validate) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/hudson/saved_omc/libraries/.local/lib/python3.12/site-packages/fmpy/simulation.py", line 883, in instantiate_fmu fmu = FMU2Model(**fmu_args) ^^^^^^^^^^^^^^^^^^^^^ File "/home/hudson/saved_omc/libraries/.local/lib/python3.12/site-packages/fmpy/fmi2.py", line 550, in __init__ super(FMU2Model, self).__init__(**kwargs) File "/home/hudson/saved_omc/libraries/.local/lib/python3.12/site-packages/fmpy/fmi2.py", line 103, in __init__ super(_FMU2, self).__init__(**kwargs) File "/home/hudson/saved_omc/libraries/.local/lib/python3.12/site-packages/fmpy/fmi1.py", line 200, in __init__ raise Exception(f"Failed to load shared library {libraryPath}. {e}") Exception: Failed to load shared library /tmp/tmp9d0v7_0v/binaries/linux64/Buildings_latest_Buildings_DHC_Examples_Combined_ETSHeatRecoveryHeatPump_BuildingTimeSeries_WithDHW.so. /tmp/tmp9d0v7_0v/binaries/linux64/Buildings_latest_Buildings_DHC_Examples_Combined_ETSHeatRecoveryHeatPump_BuildingTimeSeries_WithDHW.so: undefined symbol: dgelsy_