We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Steps to reproduce:
Expected output: it is executed successfully
Actual output:
File "/srv/conda/envs/notebook/lib/python3.7/site-packages/mms_python_client/api/artifact_api.py", line 137 async=params.get('async'), ^ SyntaxError: invalid syntax
Cause: async became a reserved word in Python 3.7, but we use it for the async method family.
The text was updated successfully, but these errors were encountered:
OpenAPITools/openapi-generator#7119
Sorry, something went wrong.
Solved for now in the MyBinder setup: a207daf
It seems the mms client package must be pinned to version 3.4.2.1 until a fix is available upstream.
TODO:
No branches or pull requests
Steps to reproduce:
Expected output: it is executed successfully
Actual output:
Cause: async became a reserved word in Python 3.7, but we use it for the async method family.
The text was updated successfully, but these errors were encountered: