Hi all,
I am following the github guide in order to install GVM.
In part “ospd-openvas”, I get error in command “python3 -m pip install --root=$INSTALL_DIR/ospd-openvas --no-warn-script-location .”
The error is “ERROR: Could not install packages due to an OSError: [Errno 13] Permission denied: ‘init.py’
Consider using the --user option or check the permissions.”
Adding “–user” at the end of the command seem to solve the issue.
My questions are:
- Is this the correct solution to this error?
- If yes, should I open a PR in github suggesting the change?
Thank you,
Ioannis