facebook / facebook-python-business-sdk

Python SDK for Meta Marketing APIs
https://developers.facebook.com/docs/business-sdk
Other
1.31k stars 642 forks source link

using async as argument raises SyntaxError in Python 3.7.0 #484

Closed ntnam11 closed 6 years ago

ntnam11 commented 6 years ago

I've just updated my Python from 3.6.3 to 3.7 and tried to run get_insight(...): image 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

alternativshik commented 6 years ago

I've fixed this issue in #491

jingping2015 commented 6 years ago

this should already fix in our current release. Thanks for reporting this issue.