Error importing streamLit on .py file

Hello all,

I did the streamLit installation using pip install streamLit and when I am trying to import the streamLit the following error apears:

[Running] python -u “c:\Users\douglas.tassio\Documents\ASIMOV\spotify_music.py”

The system cannot execute the specified program.

Somebody can help me to solve this issue?

Command:

streamlit run "c:\Users\douglas.tassio\Documents\ASIMOV\spotify_music.py"

More correct, your working folder have to be where the streamlit app script is located.

cd c:\Users\douglas.tassio\Documents\ASIMOV
streamlit run spotify_music.py
1 Like

Thank you very much man.
Now is working perfectly.

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