Actions
Bug #2747
closedInstall breaks on older Python versions
Affected Versions:
Effort:
Difficulty:
Label:
Description
The installation of suricata-update is breaking on very old Python versions. It gives
File "setup.py", line 48, in <module>
if any("pip" in arg for arg in distutils.sys.argv):
AttributeError: 'module' object has no attribute 'sys'
Actions