flet icon indicating copy to clipboard operation
flet copied to clipboard

error in build apk wich cryptography "python 3.12.2"

Open MostafaKK00 opened this issue 1 year ago • 4 comments

VERBOSE: Using cached google_resumable_media-2.7.0-py2.py3-none-any.whl.metadata (2.2 kB) VERBOSE: Collecting google-crc32c<2.0dev,>=1.0 (from google-cloud-storage>=1.37.1->firebase_admin==6.5.0) VERBOSE: Using cached google-crc32c-1.5.0.tar.gz (12 kB) VERBOSE: Installing build dependencies: started VERBOSE: Installing build dependencies: finished with status 'done' VERBOSE: Getting requirements to build wheel: started VERBOSE: Getting requirements to build wheel: finished with status 'done' VERBOSE: Preparing metadata (pyproject.toml): started VERBOSE: Preparing metadata (pyproject.toml): finished with status 'done' VERBOSE: Collecting cryptography>=3.4.0 (from pyjwt[crypto]>=2.5.0->firebase_admin==6.5.0) VERBOSE: Using cached cryptography-42.0.5.tar.gz (671 kB) VERBOSE: Installing build dependencies: started VERBOSE: Installing build dependencies: finished with status 'error'

MostafaKK00 avatar Mar 13 '24 16:03 MostafaKK00

Hello, the flet library does not currently support building for mobile applications with libraries that are written in impure python and that use other programming languages (c++, c, ruby and so on). This problem will be solved in future updates

Implement this procedure it works... https://flet.dev/docs/guides/python/packaging-app-for-distribution#native-python-packages

Flet dev team currently working to automate the above proccess.

lekshmanmj avatar Mar 14 '24 00:03 lekshmanmj