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 552, in _run_script
exec(code, module.__dict__)File "/mount/src/legal-topic-classifier/app.py", line 2, in <module>
import tomotopy as tp
this is what chat gpt says Version discrepancies between libraries can sometimes lead to compatibility issues, but in your case, the version differences between the libraries (tomotopy, numpy, and streamlit) seem reasonable and shouldnât be causing the specific problem youâre encountering, especially since your local environment is working fine.
The issue youâre facing, where your app runs locally but encounters errors on Streamlit Sharing, is more likely due to differences in the deployment environment, server configurations, or platform-specific factors. These types of issues can be challenging to diagnose without direct access to the deployment environment.
Thatâs why itâs recommended to seek assistance from Streamlitâs official support channels or the community forum. They can provide guidance based on their platformâs behavior and help you troubleshoot and resolve the issue effectively.
Can you rename Requirements.txt to requirements.txt and see if that fixes it? Can you also look at the logs in Community Cloud while it installs the requirements and see if there are any issues?