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
For some reason, it fails finding python when loading numpy. The error is common, but I all that I find, is for applications using python and numpy directly, not a library that is loaded by other app that does not have python I tried.
The problem is stated here https://stackoverflow.com/a/56018943. But the solution does not work in my case, probably because of the indirect usage of numpy inside of a library, loaded dynamically by an app without python. Apart from this, the main file of flow_kids has been modified.
Currently solved as shown in this commit f47225d .
If mplugin is built, then link python and numpy to flow kids too, so it finds everything properly. But there should be a way.
The text was updated successfully, but these errors were encountered:
For some reason, it fails finding python when loading numpy. The error is common, but I all that I find, is for applications using python and numpy directly, not a library that is loaded by other app that does not have python I tried.
The problem is stated here https://stackoverflow.com/a/56018943. But the solution does not work in my case, probably because of the indirect usage of numpy inside of a library, loaded dynamically by an app without python. Apart from this, the main file of flow_kids has been modified.
Currently solved as shown in this commit f47225d .
If mplugin is built, then link python and numpy to flow kids too, so it finds everything properly. But there should be a way.
The text was updated successfully, but these errors were encountered: