-
Notifications
You must be signed in to change notification settings - Fork 133
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
pyinform issue #1071
Comments
The If you'd like to try building an Android wheel yourself, follow the instructions here. And if you're successful, please make a pull request so we can add the package to the public repository. If anyone else wants this package too, let us know by clicking the thumbs-up button above. |
Hello, Installing NDK: this may take several minutes BR |
I've had several other reports of this NDK installation issue, so I've created a new issue for it: #1084. Please continue the discussion there. |
Originally posted by @VWE22 in #1084 (comment) The NDK exist now with the command that you give me.
The yaml file is:
And I have a LICENSE file in the directory:
Thanks |
Apparently they forgot to include the LICENSE file in their sdist on PyPI, even though their setup.py script uses it. I suggest you report that to them. Meanwhile, you can work around this by adding the LICENSE file yourself. See "If any changes are needed to make the build work" in the build-wheel README. |
I'm working on a project that uses the lib "pyinform".
I don't have any issue when I install the lib but at the moment of execution I have the above message appear:
OSError: dlopen failed: library "libm.so.6" not found: needed by /data/data/com.example.a_example/files/chaquopy/AssetFinder/requirements/pyinform/inform-1.0.0/lib/linux-x86_64/libinform.so.1.0.0 in namespace clns-6
The text was updated successfully, but these errors were encountered: