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

ImportError: No module named dns.message #70

Closed
itJunky opened this issue Sep 26, 2017 · 8 comments
Closed

ImportError: No module named dns.message #70

itJunky opened this issue Sep 26, 2017 · 8 comments

Comments

@itJunky
Copy link

itJunky commented Sep 26, 2017

root@Hosting:~/src/dnsrecon# ./dnsrecon.py ya.ru
Traceback (most recent call last):
  File "./dnsrecon.py", line 54, in <module>
    import dns.message
ImportError: No module named dns.message
root@Hosting:~/src/dnsrecon# pip install --upgrade dns
Collecting dns
  Could not find a version that satisfies the requirement dns (from versions: )
No matching distribution found for dns
root@Hosting:~/src/dnsrecon# 

@darkoperator
Copy link
Owner

darkoperator commented Sep 26, 2017 via email

@itJunky
Copy link
Author

itJunky commented Sep 26, 2017

Thanks, i fix it by pip install -r requirements.txt
May be you write Installation section to README instead changelog?

@darkoperator
Copy link
Owner

darkoperator commented Sep 26, 2017 via email

@itJunky
Copy link
Author

itJunky commented Sep 26, 2017

@darkoperator
Copy link
Owner

darkoperator commented Sep 26, 2017 via email

@mazen160
Copy link
Contributor

It should work now, the link was invalid.

@itJunky
Copy link
Author

itJunky commented Sep 27, 2017

@darkoperator
Copy link
Owner

darkoperator commented Sep 27, 2017 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants