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
{{ message }}
This repository was archived by the owner on Mar 6, 2026. It is now read-only.
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/home/scizorman/dev/tmp/foo/.venv/lib/python3.9/site-packages/google/cloud/bigquery/__init__.py", line 35, in <module>
from google.cloud.bigquery.client import Client
File "/home/scizorman/dev/tmp/foo/.venv/lib/python3.9/site-packages/google/cloud/bigquery/client.py", line 71, in <module>
from google.cloud.bigquery.dataset import Dataset
File "/home/scizorman/dev/tmp/foo/.venv/lib/python3.9/site-packages/google/cloud/bigquery/dataset.py", line 25, in <module>
from google.cloud.bigquery.routine import RoutineReference
File "/home/scizorman/dev/tmp/foo/.venv/lib/python3.9/site-packages/google/cloud/bigquery/routine/__init__.py", line 18, in <module>
from google.cloud.bigquery.enums import DeterminismLevel
File "/home/scizorman/dev/tmp/foo/.venv/lib/python3.9/site-packages/google/cloud/bigquery/enums.py", line 21, in <module>
from google.cloud.bigquery.query import ScalarQueryParameterType
File "/home/scizorman/dev/tmp/foo/.venv/lib/python3.9/site-packages/google/cloud/bigquery/query.py", line 23, in <module>
from google.cloud.bigquery.table import _parse_schema_resource
File "/home/scizorman/dev/tmp/foo/.venv/lib/python3.9/site-packages/google/cloud/bigquery/table.py", line 23, in <module>
import pytz
ModuleNotFoundError: No module named 'pytz'
# Copyright 2015 Google LLC## Licensed under the Apache License, Version 2.0 (the "License");# you may not use this file except in compliance with the License.# You may obtain a copy of the License at## http://www.apache.org/licenses/LICENSE-2.0## Unless required by applicable law or agreed to in writing, software# distributed under the License is distributed on an "AS IS" BASIS,# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.# See the License for the specific language governing permissions and# limitations under the License."""Define API Tables."""from __future__ importabsolute_importimportcopyimportdatetimeimportfunctoolsimportoperatorimportpytz
...
Environment details
Python 3.9.6pip 21.2.4google-cloud-bigqueryversion:2.24.0Steps to reproduce
pip install 'google-cloud-bigquery==2.24.0'from google.cloud import bigqueryCode example
Stack trace
.venv/lib/python3.9/site-packages/google/cloud/bigquery/table.py