Cant deploy streamlit app with st_aggrid

(# ModuleNotFoundError)
for st_aggrid while deploying the app. It works when using local host.

File "/app/nse_tracker/nse_project.py", line 6, in <module>
    from st_aggrid import GridOptionsBuilder, AgGrid
ModuleNotFoundError: No module named 'st_aggrid'

Please share a link to your github repo.
I assume you forgot to add this to your requirements.

The following libraries are missing:

pillow
streamlit-aggrid

Beyond that, i donโ€™t think that the usage of webbrowser will work on streamlit cloud.

2 Likes

thanks

โ€œBeyond that, i donโ€™t think that the usage of webbrowser will work on streamlit cloud.โ€

Also, any way to attach links and deploy them?

Put them into a st.markdown element?

Hi was this resolved? I got the same error with my app. It works in localhost but not on the Github respository.

1 Like

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.