I have python 3.9.12 installed on WINDOWS machine. When I locate it, I find as
C:\Program Files\Python39\python.exe
C:\Users<user>\AppData\Local\Microsoft\WindowsApps\python.exe
now, I ran “pip install streamlit” which installed streamlit version 1.17.0.
Now when I am running streamlit run prog.py, it’s giving error as ‘streamlit not recognized.’