cisco-open / green-monitoring

Tracks an open-source stack of services that monitor the energy and CO2-eq emissions of IOS-XR, NX-OS devices, Meraki switches, UCSs, ACI APIC nodes, Eaton and Raritan PDUs.
Apache License 2.0
19 stars 5 forks source link

Collector service: fix Python dependency of PyYAML module due to Cython 3 release - closes #2 #3

Closed cprecup closed 1 year ago

cprecup commented 1 year ago

Description

Fixes issue https://github.com/cisco-open/green-monitoring/issues/2:

Collector service fails when resolving dependencies for Python module pyyaml==6.0 due to the release of Cython 3. See this discussion for more context: https://github.com/yaml/pyyaml/issues/724.

Proposed resolution:

enforce compatible version of PyYAML: pyyaml==6.0.1.

Type of Change

Checklist