-
Notifications
You must be signed in to change notification settings - Fork 145
Python3.7 compatibility: async is a reserved keyword #183
New issue
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
Comments
I think this will also affect the dynamic implementation. We will need to base this against the not yet released kubernetes python client, so we will need to wait for 7.0 to come out before we can actually ship this. Also side note for @Chive, we are deprecating the generated openshift modules in favor of a dynamic implementation found in openshift/dynamic/client.py. It still makes use of the kubernetes client but has a generic interface for discovering and interacting with resources. |
7.0.0 came out a day ago, so is this issue able to be actioned now? thanks. |
Tx for fixing this, well done! |
Great! Many thanks for the quick attention to this. |
No problem, thanks for bringing it to my attention! |
Uh oh!
There was an error while loading. Please reload this page.
Hi all,
While trying to import the library with python3.7, the following error occurs:
This has already been fixed in the upstream here kubernetes-client/python#568.
The text was updated successfully, but these errors were encountered: