-
Notifications
You must be signed in to change notification settings - Fork 1k
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
AttributeError: module 'dns.resolver' has no attribute 'LifetimeTimeout' #67
Comments
看起来应该是dnspython版本的问题。你的python版本和dnspython版本是什么? |
pip install dnspython==2.2.1 -U |
[<class 'AttributeError'>] 'A' object has no attribute 'host' |
可能是dnspython版本的问题。 可以试试 pip install dnspython -U |
problem in |
看起来我像是第一个遇到这个问题的
The text was updated successfully, but these errors were encountered: