Anurag
January 31, 2023, 12:47pm
1
Summary
Is it necessary and must to have anaconda installed to install and use streamlit in windows machine?
Steps to reproduce
Is it must to have anaconda installed to install and use streamlit in windows machine?
If applicable, please provide the steps we should take to reproduce the error or specified behavior.
Goyo
January 31, 2023, 1:07pm
2
No, you can use pip as well.
Anurag
January 31, 2023, 1:12pm
3
Thanks for your response. I have py 3.9.15 installed. I did pip install streamlit, and it installed streamlit, but when I run streamlit hello it says ‘streamlit not recognised’, I am using correct spelling.
Goyo
January 31, 2023, 1:41pm
4
Try this instead:
py -3.9 -m streamlit hello
1 Like
Anurag
January 31, 2023, 1:44pm
5
It worked. Thanks, Goyo. Appreciate your help.
system
Closed
January 31, 2024, 1:45pm
6
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.