App Deployment Error

Hi all,

can someone help me with the error below?

ModuleNotFoundError: This app has encountered an error. The original error message is redacted to prevent data leaks. Full error details have been recorded in the logs (if you’re on Streamlit Cloud, click on ‘Manage app’ in the lower right of your app).

Traceback:

File "/home/adminuser/venv/lib/python3.9/site-packages/streamlit/runtime/scriptrunner/script_runner.py", line 534, in _run_script
    exec(code, module.__dict__)File "/mount/src/personal-website-/app.py", line 5, in <module>
    from streamlit_lottie import st_lottie

Github Repo: GitHub - cjm1011/Personal-Website- at master

thank you in advance

Hi @cjm1011

The ModuleNotFoundError is indicative of a missing dependent library. In this case, it seems you’ll need to include streamlit-lottie in the requirements,txt file in your app repo.

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