- Streamlit App link
- Github repo
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/.conda/lib/python3.12/site-packages/streamlit/runtime/scriptrunner/exec_code.py", line 88, in exec_func_with_error_handling result = func() ^^^^^^ File "/home/adminuser/.conda/lib/python3.12/site-packages/streamlit/runtime/scriptrunner/script_runner.py", line 590, in code_to_exec exec(code, module.__dict__) File "/mount/src/product-cost-estimation/design.py", line 3, in <module> from OCC.Core.STEPControl import STEPControl_Reader
- streamlit=1.38.0
- python=3.10.1
It works locally, but when I try deploying it, It throws an error stating that OCC module is not found. The YML file has OCCT and pythonocc-core in it. Please help!