Open JiseongKim opened 5 years ago
async is a reserved word in Python 3.7
async
So, I think change install instruction like the following
install instruction
conda create -n elf python=3.6 (or 3.x)
or change parameter name('async') to the other.
I think this and #124 are related. I just sent #135 to fix this.
async
is a reserved word in Python 3.7So, I think change
install instruction
like the followingor change parameter name('async') to the other.