When i'm trying to link my project

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 535, in _run_script
    exec(code, module.__dict__)File "/mount/src/app_project/full.py", line 3, in <module>
    import plotly.express as px

how can i solve this

Hi there,

Thanks for sharing this question! We actually have an FAQ about this topic – please check it out: FAQ: ModuleNotFoundError.

Happy Streamlit-ing! :balloon:

2 Likes

is any kind of tutorial can help me

Yes, check out the FAQ I linked.

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