-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PythonFMU with NumPy #152
Comments
I once experienced issues with a specific version of numpy about 2 years ago (update fixed it). Similar issue: https://stackoverflow.com/questions/49784583/numpy-import-fails-on-multiarray-extension-library-when-called-from-embedded-pyt I don't have a solution though. The entire Python linking stuff is a pain on linux. |
Thx for pointing this out. I have solved this problem by loading shared lib |
maybe #187 will help here too |
Hello,
We have noticed that, when trying to wrap some simple Python model which depends on NumPy we get following error
just after importing NumPy at the begging of the Python script
Have any of you encounter similar problem before?
The text was updated successfully, but these errors were encountered: