juju-solutions / cloud-weather-report

Apache License 2.0
3 stars 7 forks source link

PyYAML Conflict #91

Closed pengale closed 7 years ago

pengale commented 7 years ago

There is a PyYAML version conflict in cloud weather report's dependencies.

cloud-weather-report requires PyYAML >= 3.11

jujubundlelib required PyYAML==3.11

Due to the way that pip works, pip will currently install PyYAML 3.12, due to the PyYAML>=3.11 line in cloud-weather-report's requirements, then become sad when it comes time to install jujubundlelib and fail.

We need to either pin PyYAML to 3.11 in this package, or tweak jujudbundlelib to require >= 3.11

kwmonroe commented 7 years ago

fixed in #92