APK packaging issue #2657
Unanswered
Maskedviper
asked this question in
Q&A
Replies: 1 comment 5 replies
-
https://flet.dev/docs/guides/python/packaging-app-for-distribution#native-python-packages
|
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Question
When we add the libraries one at a time they modulenotfounderror Is removed for the previous library not included but when we include all libraries in one go its taking hours for the packaging process and it still doesn't end up packaging. Like when I include flet,requests and bs4 to the dependencies the apk is being created. As soon as I install pandas into the virtual environment it stalls the packaging process.
The Pandas library seems to be giving the issue as without this library the APK is able to package. Without it, it goes to the end and it shows apk success. I also installed the latest version of pandas into the virtual environment
Could it be due to lack of memory (RAM) causing it to crash?
Thanks for the help!
Code sample
No response
Error message
No response
------------------------------------------------------
Beta Was this translation helpful? Give feedback.
All reactions