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
line 14, in <module>
from google.cloud import bigquery
File "/opt/conda/default/lib/python3.10/site-packages/google/cloud/bigquery/__init__.py", line 35, in <module>
from google.cloud.bigquery.client import Client
File "/opt/conda/default/lib/python3.10/site-packages/google/cloud/bigquery/client.py", line 52, in <module>
import google.api_core.exceptions as core_exceptions
File "/opt/conda/default/lib/python3.10/site-packages/google/api_core/exceptions.py", line 29, in <module>
from google.rpc import error_details_pb2
File "/opt/conda/default/lib/python3.10/site-packages/google/rpc/error_details_pb2.py", line 20, in <module>
from google.protobuf import descriptor as _descriptor
ImportError: cannot import name 'descriptor' from 'google.protobuf' (unknown location)
Recommendation
We tried re-installing bigquery but that didn't fix the error. Please mark protobuf-4.25.3 as incompatible in the dependencies.
Environment details
google-cloud-bigqueryversion: 3.17.2Steps to reproduce
Code example
Stack trace
Recommendation
We tried re-installing bigquery but that didn't fix the error. Please mark protobuf-4.25.3 as incompatible in the dependencies.