AttributeError: module ‘dns.rdtypes‘ has no attribute ‘ANY‘

Attribute Error: module “dns.rdtypes” has no attribute ANY This only happens if you have installed eventlet, because it install dnspython with it. The solution is simple, just reinstall dnspython for previous realease

python3 -m pip install dnspython==2.2.1

Eventlet + DNS Python Attribute Error: module “dns.rdtypes” has no attribute ANY

你可能感兴趣的:(个人学习记录,python,linux,开发语言)