runtime error

Exit code: 1. Reason: Model not found locally, downloading from Google Drive... Downloading... From: https://drive.google.com/uc?id=1ORlU0OOCBkWXVO2UFAkXaKtXfkOH7w1t To: /app/A3/models/champion_model_final_2.pkl 0%| | 0.00/9.20k [00:00<?, ?B/s] 100%|██████████| 9.20k/9.20k [00:00<00:00, 27.2MB/s] Downloaded to /app/A3/models/champion_model_final_2.pkl Loading champion model from /app/A3/models/champion_model_final_2.pkl Model loaded: 35 features Test R2: 0.5137702139892113 Classification model not found locally, downloading from Google Drive... Downloading... From: https://drive.google.com/uc?id=1qU6Q37CoToMxzBwori5V3_bonBIIb-K0 To: /app/A3/models/final_champion_model_A3.pkl 0%| | 0.00/565k [00:00<?, ?B/s] 100%|██████████| 565k/565k [00:00<00:00, 13.6MB/s] Downloaded to /app/A3/models/final_champion_model_A3.pkl Loading classification model from /app/A3/models/final_champion_model_A3.pkl Traceback (most recent call last): File "/app/app.py", line 104, in <module> load_classification_model() ~~~~~~~~~~~~~~~~~~~~~~~~~^^ File "/app/app.py", line 88, in load_classification_model artifact = pickle.load(f) ModuleNotFoundError: No module named 'numpy._core.numeric'

Container logs:

Fetching error logs...