我试图编译所有必要的模块以设置OpenVAS本地服务器,当我尝试安装 OSPD 模块时出现错误。我已经在他们的github 页面上阅读了阅读信息 并安装了所有必需的软件包,但是当我尝试时我不断收到同样的错误:
root@debian-server:/home/openvas/ospd-master# python3 setup.py install
..........................................................
Copying ospd-21.10.0.dev1-py3.7.egg to /usr/local/lib/python3.7/dist-packages
ospd 21.10.0.dev1 is already the active version in easy-install.pth
Installed /usr/local/lib/python3.7/dist-packages/ospd-21.10.0.dev1-py3.7.egg
Processing dependencies for ospd==21.10.0.dev1
Searching for deprecated
Reading https://pypi.org/simple/deprecated/
Download error on https://pypi.org/simple/deprecated/: [Errno 101] Network is unreachable -- Some packages may not be found!
Couldn't find index page for 'deprecated' (maybe misspelled?)
Scanning index of all packages (this may take a while)
Reading https://pypi.org/simple/
Download error on https://pypi.org/simple/: [Errno 101] Network is unreachable -- Some packages may not be found!
No local packages or working download links found for deprecated
error: Could not find suitable distribution for Requirement.parse('deprecated')
我需要做什么才能安装它(我不想安装它pip
)
注意:我只复制错误部分以保持此页面的清洁...