Python Validation Issue

I tried the fix and it still is showing failure

[OK] Composer Version: 2.1.12
[OK] Dependencies up-to-date.
[OK] Database connection successful
[OK] Database schema correct
[FAIL] Python3 module issue found: 'Required packages: [‘PyMySQL’, ‘python-dotenv’, ‘redis>=3.0’, ‘setuptools’, ‘psutil’, ‘command_runner>=1.3.0’]
Required version not satisfied: (psutil 5.5.1 (/usr/lib/python3/dist-packages), Requirement.parse(‘psutil>=5.6.0’), {‘command-runner’})

[FIX]:
pip3 install -r /opt/librenms/requirements.txt
$

i did an update to the server and it passed all tests
thank you

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.