Unable to install streamlit in local anaconda base environment

On trying to install - I see the below in the terminal, any ideas?

WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by ‘ConnectTimeoutError(<pip._vendor.urllib3.connection.HTTPSConnection object at 0x000001B7B2E0B0A0>, ‘Connection to pypi.org timed out. (connect timeout=15)’)’: /simple/streamlit/

Perhaps PyPI was down for a little bit. I would either try again, or try to install from conda-forge since you are using conda:

conda install -c conda-forge streamlit