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

torch recipe feature request #3106

Open
izipris opened this issue Jan 21, 2025 · 0 comments
Open

torch recipe feature request #3106

izipris opened this issue Jan 21, 2025 · 0 comments

Comments

@izipris
Copy link

izipris commented Jan 21, 2025

Hi,

I have a python Kivy app which is using torch package. After I compiled it using buildozer android debug, installed the APK and tried to run the application, I received the following error:
OSError: dlopen failed: library "/data/user/0/com.example.app/files/app/_python_bundle/site-packages/torch/lib/libtorch_global_deps.so" not found .
During my search online I encountered issue #1538 in kivy/buildozer, where @misl6 mentioned that torch is not a plain-python package, so it will need a recipe in order to be cross-compiled.

Is it possible to add this recipe? IMHO it will be very valuable, especially these days, when we see a lot of ML applications.

Thanks,
Idan.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants