domain_analyzer icon indicating copy to clipboard operation
domain_analyzer copied to clipboard

python-dnspython resolution

Open johnroach opened this issue 7 years ago • 7 comments

It looks like python-dnspython can't get resolved when trying to run this on macOSX. Is this script limited to ubuntu flavored linux distributions? Or is it any-linux? or any-unix?

johnroach avatar Sep 05 '17 02:09 johnroach

Hi It works well in macos Sierra 10.12.6. We run it in macos and several distros of linux.

We installed dnspython using pip: dnspython (1.15.0)

How did you install it? Do you have an error text? line you run? operating system you use?

eldraco avatar Sep 07 '17 18:09 eldraco

I have tried installing using pip install... However, it looks like that didn't work... I will try again with a virtual env. Promise to return back as soon as possible.

johnroach avatar Sep 08 '17 00:09 johnroach

Just tried again with a virtualenv activated. Removed and re-installed dnspython. I got the same issue... it installed 1.15.0.

johnroach avatar Sep 08 '17 00:09 johnroach

Could this be due to python3 issues?

johnroach avatar Sep 08 '17 00:09 johnroach

Aha. Could be. Didn't try it with python3 yet. Can you see if with python 2.7.X works for you?

eldraco avatar Sep 08 '17 08:09 eldraco

We are migrating to Python3 and this should be solved. Stay tuned.

verovaleros avatar Feb 01 '22 20:02 verovaleros

We created a docker image to extend a little the life of this Python2.7 version until we migrate fully to Python 3. You can give it a shot, it has already all dependencies installed: docker run --rm -it verovaleros/domain_analyzer:python2.7 /domain_analyzer/domain_analyzer.py -d or docker run --rm -it verovaleros/domain_analyzer:python2.7 /bin/bash

verovaleros avatar Feb 03 '22 19:02 verovaleros