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