-
Notifications
You must be signed in to change notification settings - Fork 322
Closed
Labels
api: bigqueryIssues related to the googleapis/python-bigquery API.Issues related to the googleapis/python-bigquery API.duplicateThis issue or pull request already existsThis issue or pull request already existspriority: p1Important issue which blocks shipping the next release. Will be fixed prior to next release.Important issue which blocks shipping the next release. Will be fixed prior to next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Description
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?
Metadata
Metadata
Assignees
Labels
api: bigqueryIssues related to the googleapis/python-bigquery API.Issues related to the googleapis/python-bigquery API.duplicateThis issue or pull request already existsThis issue or pull request already existspriority: p1Important issue which blocks shipping the next release. Will be fixed prior to next release.Important issue which blocks shipping the next release. Will be fixed prior to next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.

