The api-client-python is not compatible with python 3.7
amierzwicki opened this issue · 2 comments
amierzwicki commented
Looks like code uses "async" as parameter name which is now a reserved keyword in python 3.7. Would be great if the code were adjusted so we can run it under python 3.7.
Not sure if this is the only blocker from using new python.
InTheCloudDan commented
@amierzwicki this should be fixed now, the async should now be async_req. Can you confirm this is working for you?
bwoskow-ld commented
@amierzwicki we're going to close this issue. Let us know if you still continue running into any issues with Python 3.7.