adulau / DomainClassifier

DomainClassifier is a Python (2/3) library to extract and classify Internet domains/hostnames/IP addresses from raw unstructured text files following their DNS existence, localization or attributes.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DomainClassifier not installable on a fresh install

glyann opened this issue · comments

pip install DomainClassifier

On a clean install doesn't work.
(It can't retreive pybgpranking from DomainClassifier)

To get it to work, I needed a little trick :

pip install DomainClassifier==0.7
pip install DomainClassifier

It seems to work properly but I don't think DomainClassifier 0.8 got everything.

Should be fixed in DomainClassifier v1.0