runtime error
Exit code: 1. Reason: Traceback (most recent call last): File "/app/app.py", line 20, in <module> from src.data_collection import DataCollectionManager, classify_from_percentages_simple ModuleNotFoundError: No module named 'src' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/app/app.py", line 25, in <module> from data_collection import DataCollectionManager, classify_from_percentages_simple ModuleNotFoundError: No module named 'data_collection'
Container logs:
Fetching error logs...