ELF icon indicating copy to clipboard operation
ELF copied to clipboard

Cannot run with python 3.7

Open JiseongKim opened this issue 5 years ago • 1 comments

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.

JiseongKim avatar Apr 02 '19 09:04 JiseongKim

I think this and #124 are related. I just sent #135 to fix this.

douglasrizzo avatar Nov 05 '19 22:11 douglasrizzo