[
https://issues.apache.org/jira/browse/LIBCLOUD-1009?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16592112#comment-16592112
]
Andreas commented on LIBCLOUD-1009:
-----------------------------------
Being handled in [https://github.com/apache/libcloud/pull/1227] I believe
> 2.3.0 doesn't work with python 3.7 because of the "async" reserved keyword
> --------------------------------------------------------------------------
>
> Key: LIBCLOUD-1009
> URL: https://issues.apache.org/jira/browse/LIBCLOUD-1009
> Project: Libcloud
> Issue Type: Bug
> Affects Versions: 0.13.3
> Reporter: Andreas
> Priority: Major
>
> libcloud 2.3.0. I don't know why it's not in the list of versions of this bug
> report.
> In python 3.7, async became a reserved keyword. The _perform_post() method
> uses this word and fails:
> File "/usr/lib/python3/dist-packages/libcloud/compute/drivers/azure.py",
> line 1438
> def _perform_post(self, path, body, response_type=None, async=False):
> ^
> SyntaxError: invalid syntax
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)