-
Notifications
You must be signed in to change notification settings - Fork 65
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
entropy package missing #6
Comments
Facing the same issue. I think used only by the phishing catcher module. You can get it from here https://github.com/raphaelvallat/entropy (but did not resolve the problem for me as x0rz phishing catcher's don't seem to be fully working... x0rz/phishing_catcher#53) |
thanks! |
@soufianetahiri I believe this is not the correct package. EntroPy-Package (https://pypi.org/project/EntroPy-Package/) has a different function signature than the original package of 'entropy' and is altogether very different. I worked with the original entropy package as well and am trying to find it again right now. Anyone reading here, who still has entropy==0.10 or so in their environment and could paste the code somewhere? |
Ah, here is, er, was the original project: https://web.archive.org/web/20170223005354/https://github.com/natano/python-entropy/ |
Awsome! |
Ah, I found a fork of the original project: https://github.com/modzero/python-entropy The code in commit 6249acd912fc5e8faff8f35e2b63147ed9c90a80 seems to be the unmodified original code. It worked for my project to get it working again by using that repo. |
Thanks! |
I managed to fix it. PR made: #10 |
That should work, but you forgot to remove the wrong dependency 'entropy' from Just out of curiosity, why did using that repo not work for you like the following change? bin/requirements.txt:
|
Yep thanx for bin/requirements.txt I've missed it. |
Hello,
I'm still using python 2.7, but it seems entropy package disappeared from pip repository.
Is there any other place where to download it?
thanks,
Fausto
The text was updated successfully, but these errors were encountered: