(# 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
“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
system
Closed
9
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.