Closed pcdinh closed 5 years ago
https://python-ssdeep.readthedocs.io/en/latest/installation.html#id9
May need a couple apt packages like libfuzzy-dev.
I had the same error.
I fixed it by installing : libffi-dev libfuzzy-dev libfuzzy2
with apt
.
(see the installation guide)
And running pip3 install ssdeep
without BUILD_LIB=1
, since it's now installed.
Tested with Python 3.6.7 on Ubuntu 18.04.
There are no errors during the CI builds on Ubuntu 18.04. Please feel free to test the new version 3.4.
ISSUE TYPE
Python ssdeep VERSION
OS / ENVIRONMENT
OS:
Python version:
ssdeep lib:
SUMMARY
failed to complete successfully
STEPS TO REPRODUCE
Run
EXPECTED RESULTS
The command should complete successfully, the library should be installed
ACTUAL RESULTS
Error output