dfm/kplr

Cannot import api in python 3.7

apmechev opened this issue · 2 comments

The named argument 'async' is a reserved keyword in Python3.7 so importing kplr fails.

A solution is to rename the argument async to asynch;

ouch!

dfm commented

should be fixed now. Thanks!