-
Notifications
You must be signed in to change notification settings - Fork 278
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New dependencies? #110
Comments
They are only recommended, And I'll update setup.py. The only working version of pydeep is the one you get from the git repo: |
Which is a "not very satisfying" situation. |
Well, the alternative would be to bundle it in pymisp, or not generating ssdeep hashes (again, it's optional). |
(I didn't mean to close it) |
I opened kbandla/pydeep#16 |
And as we are at it: using the trunk of lief is currently required, the release 0.7 has a bunch of bugs that are fixed in 0.8 (to me released in the coming weeks). |
Which software are you talking about? |
Ah, the other new dependency mentioned in the travis file. If there's a working stable version, please add a version specifier with the minimum working version in the setup.py file. |
There is no known working release yet, 0.8 isn't out. I'll update the minimum working version as soon as it's available. |
Add handling a string response
The test suggest that pydeep and python-magic are new dependencies or at least recommended requirements. If they are, these package names should be mentioned in setup.py's
install_requires
orextra_requires
.And pydeep does not have a stable release, not a release and not on pypi. The latest release 0.2 is from 2013, 4 years ago. That supports up to python 2.6!
The text was updated successfully, but these errors were encountered: