Skip to content
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

No module named DNS.resolver #28

Closed
chicagocyb3r opened this issue Jul 2, 2019 · 5 comments
Closed

No module named DNS.resolver #28

chicagocyb3r opened this issue Jul 2, 2019 · 5 comments
Labels
bug Something isn't working

Comments

@chicagocyb3r
Copy link

After running pip install -r requirements.txt and then trying to run the script, got the following.

File "cloudflair.py", line 3, in <module> import dns_utils File "/Users/[redacted]/cloudflair/dns_utils.py", line 1, in <module> import dns.resolver ImportError: No module named dns.resolver

@christophetd
Copy link
Owner

Which version of Python are you running?

If you don't manage to install dnspython using pip, I'd suggest trying pip install git+https://github.com/rthalley/dnspython

@christophetd christophetd added the bug Something isn't working label Jul 2, 2019
@chicagocyb3r
Copy link
Author

chicagocyb3r commented Jul 2, 2019 via email

@chicagocyb3r
Copy link
Author

I also tried installing it via Anaconda instead of pip and I'm still getting the same error.

@chicagocyb3r
Copy link
Author

Not sure what changed but was able to get it working.

@christophetd
Copy link
Owner

Amazing!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants