Ao fazer o comando no terminal streamlit run, aparece o erro abaixo.
Não sei mais o que fazer
Alguém pode me ajudar?
Looks like you don’t have streamlit installed. Type pip install streamlit
in the same terminal to make sure it is installed.
Flavio, você conseguiu instalar? Estou passando pela mesma situação, já tentei de tudo…
To install, you can use a comand:
python -m pip install streamlit
or just run:
py -m pip install streamlit
To run your code you can use:
python -m streamlit run your_script.py
or just :
py -m streamlit run your_script.py