Updating Streamlit version

Good day to everyone!

I’m trying to update Streamlit to the latest version via pip but it stays to the current version 0.62.1. I’m not an expert on terminal but it gives long red messages. It also gives “requirement already satisfied” messages. Not sure if this is on Streamlit or on my device or the environment.

Let me know if I need to provide more details. Thanks!

Hi @Lupage, welcome to the Streamlit community!! :wave: :partying_face:

Could you share what operating system you use and perhaps the long messages you see?

I’d suggest trying to reinstall streamlit via pip with the following commands from your terminal:

pip uninstall streamlit -y
pip install streamlit --upgrade --no-cache-dir

If that doesn’t work, try following our troubleshooting guide on How to clean install Streamlit and let us know if it helped!

Best, :balloon:
Snehan

Hi @snehankekre
Upgrading it via Anaconda worked. Thanks!

1 Like