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.
Updated by Jason Ish over 3 years ago
- Status changed from Assigned to Closed
Fixed by not uploading the wheel to PyPI, just the .tar.gz.
Actions