File "/virtualenv/lib/python3.7/site-packages/openshift/__init__.py", line 15, in <module>
import openshift.client
File "/virtualenv/lib/python3.7/site-packages/openshift/client/__init__.py", line 221, in <module>
from .apis.apps_openshift_io_api import AppsOpenshiftIoApi
File "/virtualenv/lib/python3.7/site-packages/openshift/client/apis/__init__.py", line 4, in <module>
from .apps_openshift_io_api import AppsOpenshiftIoApi
File "/virtualenv/lib/python3.7/site-packages/openshift/client/apis/apps_openshift_io_api.py", line 120
async=params.get('async'),
^
SyntaxError: invalid syntax
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.