Skip to content
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

Properly loading Python and numpy in python_mplugin #9

Open
Bardo91 opened this issue Apr 3, 2022 · 1 comment
Open

Properly loading Python and numpy in python_mplugin #9

Bardo91 opened this issue Apr 3, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@Bardo91
Copy link
Contributor

Bardo91 commented Apr 3, 2022

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.

@Bardo91 Bardo91 added the bug Something isn't working label Apr 3, 2022
@Bardo91
Copy link
Contributor Author

Bardo91 commented Apr 3, 2022

Connected to #5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant