IBM / ibm-spectrum-scale-bridge-for-grafana

This tool allows the IBM Storage Scale users to perform performance monitoring for IBM Storage Scale devices using third-party applications such as Grafana or Prometheus software.
Apache License 2.0
32 stars 19 forks source link

Disable running grafana-bridge 8.0.x with Python <3.8 #223

Closed Helene closed 5 months ago

Helene commented 5 months ago

The latest grafana-bridge requires at least Python3.8 (Recommended Python3.9).

If the Python requirements are not met, the bridge will stop with the following warning:

[root@scale-21 source]# python3 zimonGrafanaIntf.py

Yor system running 3.6.8 (default, Jan 23 2023, 22:31:05)
[GCC 8.5.0 20210514 (Red Hat 8.5.0-18)]

The IBM Storage Scale bridge for Grafana requires Python3.8 or above.
Read the following instructions for possible solution:
https://github.com/IBM/ibm-spectrum-scale-bridge-for-grafana/wiki/What-to-do-if-your-system-is-on-a-Python-version-lower-than-3.8

Older versions of the grafana bridge still support Python3.6 and above.