IBM / spectrum-protect-sppmon

Monitoring and long-term reporting for IBM Spectrum Protect Plus. Provides a data bridge from SPP to InfluxDB and provides visualization dashboards via Grafana.
Apache License 2.0
13 stars 8 forks source link

BUG: Conflicting dependencies for requests #141

Open NielsKorschinsky opened 1 year ago

NielsKorschinsky commented 1 year ago

Describe the bug

ERROR: Cannot install -r /tools/spectrum-protect-sppmon/python/requirements.txt (line 74) and charset-normalizer==3.0.1 because these package versions have conflicting dependencies.

The conflict is caused by:
    The user requested charset-normalizer==3.0.1
    requests 2.28.1 depends on charset-normalizer<3 and >=2

Solution