Replies: 1 comment
-
I compiled flet to apk past tow days without SERIOUS_PYTHON_SITE_PACKAGES ,all failed. i used uv to handle my appliction env ,so i set SERIOUS_PYTHON_SITE_PACKAGES to .venv\Lib\site-packages , then success. your can try |
Beta Was this translation helpful? Give feedback.
0 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.
-
Hey,
during a packaging of an app to Android with flet build apk, I was facing a problem that SERIOUS_PYTHON_SITE_PACKAGES env was not set. I had to manually create it with:
export SERIOUS_PYTHON_SITE_PACKAGES=$(pwd)/build/site-packages.
Have I skipped anything during the project configuration or it this is really the way to go?
Thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions