@Usmanjon_Abduraimov One thing to try is deactivating your conda environment, and then re-activating it, and seeing if which streamlit
shows the one installed in your environment.
If that doesn’t work, you can do python -m streamlit run ...
instead of streamlit run ...
to make sure that you are running the streamlit that is associated with your current python
.
Also, just to make sure – did you already install streamlit in the conda environment? That could also be the problem.