-
Notifications
You must be signed in to change notification settings - Fork 306
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot import due to ModuleNotFound 'pytz' #885
Comments
I've found this today. Environment details
Steps to reproduce
|
Ditto. Also happens on |
I confirm this issue. On my project, this happened:
However I see that a commit in master removes the implicit dependency of |
Right... the new version of A fix is on the way (15 minutes or so if all goes right). (and the workaround is to install |
Released. Sorry folks for the inconvenience! |
Environment details
Python 3.9.6
pip 21.2.4
google-cloud-bigquery
version:2.24.0
Steps to reproduce
pip install 'google-cloud-bigquery==2.24.0'
from google.cloud import bigquery
Code example
Stack trace
.venv/lib/python3.9/site-packages/google/cloud/bigquery/table.py
The text was updated successfully, but these errors were encountered: