Open REASY opened 3 years ago
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
Python 3.7.9
async
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:
Followed https://github.com/facebookresearch/ELF#install-scripts and got
Python 3.7.9
installed, whereasync
is a keyword: https://www.python.org/dev/peps/pep-0492/#deprecation-plansAt 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: