Description
I tried to build apk file from app that uses pyrebase and supabase modules but building app just stops, packaging stage freezes on installing python packages
Code example to reproduce the issue:
import flet as ft
def main(page: ft.Page):
page.add(ft.SafeArea(ft.Text("Hello, Flet!")))
ft.app(main)
Describe the results you received:



Describe the results you expected:

Additional information you deem important (e.g. issue happens only occasionally):
building app for windows are outputting errors but building .exe is successful
Flet version (pip show flet):
Operating system:
Windows 11
Description
I tried to build apk file from app that uses pyrebase and supabase modules but building app just stops, packaging stage freezes on installing python packages
Code example to reproduce the issue:
Describe the results you received:



Describe the results you expected:

Additional information you deem important (e.g. issue happens only occasionally):
building app for windows are outputting errors but building .exe is successful
Flet version (
pip show flet):Operating system:
Windows 11