-
Notifications
You must be signed in to change notification settings - Fork 379
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
[Bug] Abuse_Finder : pythonwhois dependency tree broken #742
Comments
I think there are other issues in that package:
unicode has been renamed to str in python3 |
In order to use abuse_finder with python3 I had to use the following pull request:
Using the following requirements.
|
Hello @LetMeR00t , just merged this PR in abuse_finder . |
Closing the issue, feel free to reopen if the issue is not resolved. |
Describe the bug
With the current version of Abuse_Finder, when we install the requirements, it's downloading pythonwhois == 2.4.3.
However, this version has its dependency tree broken : joepie91/python-whois#151
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The analysis should be running normaly
Complementary information
All is given above
Work environment
Description: Ubuntu 19.10 (eoan)
Possible solutions
Just add on the requirements.txt the following line : pythonwhois==2.2.2 (last release working)
Thanks to this ongoing PR : #621
The text was updated successfully, but these errors were encountered: