After submitting the pickled model script, this is the only log I receive. There’s no additional information explaining why the submission failed.
[
{
"message": "INFO:root:Running numerai-predict:f1a3f48 - Python 3.12",
"timestamp": 1777568861375
},
{
"message": "INFO:root:Downloading model https://590184134703-pickled-user-models.s3.amazonaws.com/98fdb9d7-e54a-4d3b-86fc-3883a1362b3a/mean_leaf_5k_model-m7Uy4ziqyZKQ.pkl",
"timestamp": 1777568861375
},
{
"message": "INFO:root:HTTP Response Status: 200",
"timestamp": 1777568861622
},
{
"message": "INFO:root:Saving model to /tmp/mean_leaf_5k_model-m7Uy4ziqyZKQ.pkl",
"timestamp": 1777568861622
},
{
"message": "INFO:root:Loading model /tmp/mean_leaf_5k_model-m7Uy4ziqyZKQ.pkl",
"timestamp": 1777568863342
},
{
"message": "INFO:root:Using local /mount/data/20260429/v5.2/live.parquet for live data",
"timestamp": 1777568867301
},
{
"message": "INFO:root:Loading live features /mount/data/20260429/v5.2/live.parquet",
"timestamp": 1777568867301
},
{
"message": "INFO:root:Using local /mount/data/20260429/v5.2/live_benchmark_models.parquet for live data",
"timestamp": 1777568867681
},
{
"message": "INFO:root:Loading live features /mount/data/20260429/v5.2/live_benchmark_models.parquet",
"timestamp": 1777568867681
},
{
"message": "INFO:root:Predicting on 6946 rows of live features",
"timestamp": 1777568867705
}
]
#Submission fails without displaying any error details
1 messages · Page 1 of 1 (latest)
Wrong python version detected
in your follow up, are you saying that you found something that says it was the wrong python version? or you discovered that on your own? does re-uploading it with the correct python version that was used to create the pkl work?