[email protected]:~$ ./validate.php
====================================
Component | Version
--------- | -------
LibreNMS | 21.11.0-8-g1935358
DB Schema | 2021_11_12_123037_change_cpwVcID_to_unsignedInteger (225)
PHP | 7.4.12
Python | 3.5.2
MySQL | 10.4.18-MariaDB-1:10.4.18+maria~xenial
RRDTool | 1.5.5
SNMP | NET-SNMP 5.7.3
====================================
[OK] Composer Version: 2.1.12
[OK] Dependencies up-to-date.
[OK] Database connection successful
[OK] Database schema correct
[FAIL] Python3 module issue found: ''
[FIX]:
pip3 install -r /opt/librenms/requirements.txt
[WARN] Your local git contains modified files, this could prevent automatic updates.
[FIX]:
You can fix this with ./scripts/github-remove
Modified Files:
includes/definitions/eltex-mes.yaml
I try to run pip3 install -r /opt/librenms/requirements.txt
but no luck, got again this error.