dfm / kplr

Tools for working with Kepler data using Python

Home Page:https://dfm.io/kplr

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cannot import api in python 3.7

apmechev opened this issue · 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!

should be fixed now. Thanks!