You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -137,6 +137,8 @@ the [GitHub workflow](./.github/workflows/main.yml).
137
137
138
138
PythonFMU does not automatically resolve 3rd party dependencies. If your code includes e.g. `numpy`, the target system also needs to have `numpy` installed.
139
139
140
+
Loading an FMU under linux in a non-Python host, requires setting `LD_PRELOAD=path/to/libpython3.version.so`. E.g.: `LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libpython3.11.so`
141
+
140
142
---
141
143
142
144
Would you rather build FMUs in Java? Check out [FMI4j](https://github.com/NTNU-IHB/FMI4j)!
0 commit comments