I’m trying to install the python Streamlit package.
The “Installed” notification flashes but the Streamlit package does not appear in the installed list.
Please help
Try pip install streamlit
, and if that doesn’t work try poetry install streamlit
. If that still doesn’t work try going to Packages and installing streamlit
.
Hope this helped you