You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
>>> from google.cloud.dataproc_v1.gapic.transports import cluster_controller_grpc_transport
Traceback (most recent call last):
File "<stdin>", line 1, in<module>
ModuleNotFoundError: No module named 'google.cloud.dataproc_v1.gapic'
When following along https://cloud.google.com/dataproc/docs/tutorials/python-library-example using the latest version of the python client (2.0.2), I get the following error:
The snippets come from https://github.com/googleapis/python-dataproc/blob/master/samples/snippets/submit_job_to_cluster.py
Looks like in #71 the
gapicdirectory was removed. What I had to do instead was