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
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.
The text was updated successfully, but these errors were encountered:
Hi,
I have a python Kivy app which is using
torch
package. After I compiled it usingbuildozer 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.
The text was updated successfully, but these errors were encountered: