Followed https://github.com/facebookresearch/ELF#install-scripts and got `Python 3.7.9` installed, where `async` is a keyword: https://www.python.org/dev/peps/pep-0492/#deprecation-plans At least those places need a fix: https://github.com/facebookresearch/ELF/blob/1f790173095cd910976d9f651b80beb872ec5d12/elf/utils_elf.py#L191 https://github.com/facebookresearch/ELF/blob/1f790173095cd910976d9f651b80beb872ec5d12/elf/utils_elf.py#L197  Other references: - https://github.com/pytorch/pytorch/issues/3431
Followed https://github.com/facebookresearch/ELF#install-scripts and got
Python 3.7.9installed, whereasyncis a keyword: https://www.python.org/dev/peps/pep-0492/#deprecation-plansAt least those places need a fix:
ELF/elf/utils_elf.py
Line 191 in 1f79017
ELF/elf/utils_elf.py
Line 197 in 1f79017
Other references: