ERROR: Command errored out with exit status 1 when installing streamlit in conda env

Have you tried conda instead? I’ve seen an issue installing with pip before that was resolved using conda-forge.

conda install streamlit -c conda-forge