I am facing this error when ever i am trying to run my python app using streamlit. Please help. also i am not using anaconda

streamlit : The term ‘streamlit’ is not recognized as the name of a cmdlet, function, script file, or operable
program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:1

  • streamlit --version
  •   + CategoryInfo          : ObjectNotFound: (streamlit:String) [], CommandNotFoundException
      + FullyQualifiedErrorId : CommandNotFoundException

Try python -m streamlit --version.

1 Like

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.