Closed brkeudunman closed 10 months ago
I have already checked that issue -> https://github.com/flet-dev/serious-python/issues/44
Both numpy
and pillow
are netive packages. Please see this guide for including them into your mobile app: https://github.com/flet-dev/serious-python?tab=readme-ov-file#adding-custom-python-libraries
In the context of Flet: https://flet.dev/docs/guides/python/packaging-app-for-distribution#native-python-packages
I have used Flask example for quick look if I can import them. However I came across with that issue.
Issue:
I have updated the requirements.txt as
Note: I tried to comment libraries and try each library for import(for example; # import torch) and every one of them is making a problem.