can anyone explain me why streamlit is not receiving from streamlit_lottie import st_lottie
This is too little information to give any advice.
Please share a link to your public github repo.
I’m having the same issue: ModuleNotFoundError related to “from streamlit_lottie import st_lottie”
my public repo:
https://stevieontario-etrak-site-hello-6iwsa6.streamlit.app/
Welcome to the community.
Unfortunately too little information.
I have to guess: Probably you habe no requirements.txt
file with this dependency in your github repo.
This is not your public repo, it is your public app, but we need the github repo to have a look at your code.
ahh… okay sorry, my repo is GitHub - stevieontario/etrak_site: emissionTrak streamlit app
First timer!
… and you’re right, the requirements.txt does not include this dependency. Figuring out how to add these.
Thanks for your quick reply, and thanks for contributing such an awesome framework – very happy I stumbled across it
Hi, no worries. everyone comes from different backgrounds . Love that you’re enjoying Streamlit and Streamlit welcomes any feedback, good AND bad.
Here are some resources to help you figure out requirements.txt:
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.