and installed gvm-tools using sudo pip3 install gvm-tools==24.6.0
and checked if Openvas working or not using below code:
gvm-cli --timeout 600 --gmp-username admin --gmp-password admin socket --socketpath /usr/local/lib/gvm/gvmd/gvmd.sock --xml "<get_version/>"
/home/ubuntu/.local/lib/python3.10/site-packages/paramiko/pkey.py:82: CryptographyDeprecationWarning: TripleDES has been moved to cryptography.hazmat.decrepit.ciphers.algorithms.TripleDES and will be removed from this module in 48.0.0.
"cipher": algorithms.TripleDES,
/home/ubuntu/.local/lib/python3.10/site-packages/paramiko/transport.py:253: CryptographyDeprecationWarning: TripleDES has been moved to cryptography.hazmat.decrepit.ciphers.algorithms.TripleDES and will be removed from this module in 48.0.0.
"class": algorithms.TripleDES,
ERROR:gvmtools.cli:Remote manager daemon uses an unsupported version of GMP. The GMP version was 22.6
I dont know that am I only one who is facing this weird issue or openvas community keeps chaning code and introducing new bugs everytime.
Latest one Greenbone Vulnerability Manager 25.2.1
Manager DB revision 259
Copyright (C) 2009-2025 Greenbone AG
License: AGPL-3.0-or-later
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
If i use docker gvm-tools that got shipped with containers
gvm@82fdabc46984:/gvm-tools$ gvm-cli -V
gvm-cli 25.3.0 (API version 26.1.0)
But the one installed via pip3, the version is gvm-cli 25.3.0 (API version 24.8.0)
Clearly there is a mismatch ,
What exactly should i pull to get proper API version.