Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

Cannot run with python 3.7 #127

Open
JiseongKim opened this issue Apr 2, 2019 · 1 comment
Open

Cannot run with python 3.7 #127

JiseongKim opened this issue Apr 2, 2019 · 1 comment

Comments

@JiseongKim
Copy link

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
Copy link

douglasrizzo commented Nov 5, 2019

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants