`async` is a reserved word in Python 3.7 So, I think change `install instruction` like the following > conda create -n elf python=3.6 (or 3.x) or change parameter name('async') to the other.
asyncis a reserved word in Python 3.7So, I think change
install instructionlike the followingor change parameter name('async') to the other.