Actions
Bug #4492
closedpip install fails to install dependencies
Affected Versions:
Effort:
Difficulty:
Label:
Description
Noticed while installing Suricata-Update on Corelight@Home.
pip install suricata-update
installs Suricata-Update correctly, but does not install the requirements like PyYAML.
As PyPi doesn't allow overwriting of versions, we have to fix this in a new version by only uploading the .tar.gz package and not the wheel.
Actions