greenbone / ospd

OSPd is a framework for vulnerability scanners which share the same communication protocol: OSP (Open Scanner Protocol)
GNU Affero General Public License v3.0
30 stars 36 forks source link

ospd 21.4.3 has requirement psutil<6.0.0,>=5.7.2, but you'll have psutil 5.5.1 which is incompatible. #452

Closed Dexus closed 3 years ago

Dexus commented 3 years ago

Please when you say you build will work on buster then I expect your setup works without running own PIP installs.

https://greenbone.github.io/docs/gvm-21.04/index.html is outdated then and on some points wrong.

To fix this:

echo 'deb http://deb.debian.org/debian buster-backports main' >/etc/apt/sources.list.d/backports.list
apt-get update
apt-get install python3-psutil/buster-backports
jjnicola commented 3 years ago

Fixed