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?
ferdy
2
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.
system
Closed
4
This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.