Closed ntnam11 closed 6 years ago
I've just updated my Python from 3.6.3 to 3.7 and tried to run get_insight(...): From Python 3.7, async and await become reserved keywords: https://docs.python.org/3.7/whatsnew/3.7.html#changes-in-python-behavior Hope this will be fixed asap
async
await
I've fixed this issue in #491
this should already fix in our current release. Thanks for reporting this issue.
I've just updated my Python from 3.6.3 to 3.7 and tried to run get_insight(...): From Python 3.7,
async
andawait
become reserved keywords: https://docs.python.org/3.7/whatsnew/3.7.html#changes-in-python-behavior Hope this will be fixed asap