ModuleNotFoundError: No module named 'google.cloud.proto' #320
Labels
priority: p2
Moderately-important priority. Fix may not be included in next release.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Traceback (most recent call last):
File "restore_template.py", line 7, in
from google.cloud.proto.datastore.v1 import entity_pb2
ModuleNotFoundError: No module named 'google.cloud.proto'
Steps to reproduce
main.py
import apache_beam as beam
import collections
from apache_beam.io.gcp.datastore.v1new import datastoreio
from google.cloud.proto.datastore.v1 import entity_pb2
The text was updated successfully, but these errors were encountered: