Cannot run with python 3.7
JiseongKim opened this issue · 1 comments
JiseongKim commented
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.
douglasrizzo commented