openml-python icon indicating copy to clipboard operation
openml-python copied to clipboard

Process killed when pickling dataset

Open PGijsbers opened this issue 6 years ago • 6 comments

Several users seem to experience difficulties downloading dataset 41081. The process is killed with a sigkill signal when pickling the dataset to disk here.

We deduce this from the fact that the file is created, but not populated with the dataset (its file size is 0 bytes). It is reinforced by the fact that it occurs when the arff file is predownloaded. it does not occur if a 'healthy' dataset.pkl.py3 file is present.

The origin of the report is this issue, which also specifies two environments of users which produced the error consistently.

PGijsbers avatar Sep 12 '19 12:09 PGijsbers