Hi there,
Still seeing this error on M1 Macbook for the big query SDK.
Traceback (most recent call last):
File “./vlapp”, line 8, in <module>
from google.cloud import bigquery
ModuleNotFoundError: No module named ‘google’
But when I run pip show google-cloud-bigquery the library is set up correctly.
Already tried these troubleshooting steps without success
-This issue is described in grpc/grpc#28387.

-grpc/grpc#28387 (comment) has a workaround for installing the package from source (ignoring the wheel, which is not compatible). I also found a similar workaround googleapis/python-secret-manager#288 (comment).
Have attached snippets of CLI commands as well. Can we have someone assist with a permanent fix for this, as we are unable to proceed with our workflow due to this bug?


