autonlab / fastlvm

Fast and scalable inference for various Latent Variable Models
MIT License
2 stars 1 forks source link

python-dateutil version mismatch #9

Closed d8w closed 4 years ago

d8w commented 4 years ago

Primitive failed to install due to python-dateutil version mismatch. Job log can be found at this link https://gitlab.com/autonlab/d3m/primitives/-/jobs/354182362#L573

The failure is caused by botocore 1.13.19 capping python-dateutil to 2.8.0. This is incompatible with d3m v2019.11.10, which requires python-dateutil==2.8.1.

There is an open issue on botocore: https://github.com/boto/botocore/issues/1872