PablocFonseca / streamlit-aggrid

Implementation of Ag-Grid component for Streamlit
https://pypi.org/project/streamlit-aggrid/
MIT License
1.06k stars 202 forks source link

How to pack st_aggrid together with streamlit? #142

Closed Lr-2002 closed 6 months ago

Lr-2002 commented 2 years ago

Hello, i'm trying to deploy streamlit with the aggrid app using pyinstaller

While the deploy is not OK, It goes with image such problems

and the .spec file goes like this

hiddenimports=['streamlit-aggrid' , 'st_aggrid']

could you help me?

dectoplate commented 2 years ago

Why would you deploy a web application using pyinstaller, since it's usually meant for a stand alone (single executable) application?