Python Error: No module named aiodns.error
This is probably because you don't have package aiodns installed.
You can install it in command line via pip:
pip install aiodns
Install specific version:
pip install "aiodns==2.0.0"
Get more info about package via pypi.org: aiodns