Getting Streamlit running

It feels like you might need to start from the beginning.

When you run where python from the Command Prompt, do you get something like this?

Once you ensure that you are pointing to the correct version of Python, you can then create a virtual environment and run pip install streamlit:

The result will be something like this:

Finally, when you type streamlit hello, you should see the following:

Please run these commands and let us know what you get.

Best,
Randy

1 Like