-
Notifications
You must be signed in to change notification settings - Fork 197
Closed
Description
For the version 0.311.0, pytz was removed from dependencies but included only for tests with the PR #160. I am getting ModuleNotFoundError: No module named 'pytz' although I did not set experimental_python_types=True or anything. I am just importing trino.dbapi.connect:
>>> from trino.dbapi import connect
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/local/lib/python3.9/site-packages/trino/__init__.py", line 13, in <module>
from . import auth
File "/usr/local/lib/python3.9/site-packages/trino/auth.py", line 25, in <module>
from trino.client import exceptions
File "/usr/local/lib/python3.9/site-packages/trino/client.py", line 44, in <module>
import pytz
ModuleNotFoundError: No module named 'pytz'
Metadata
Metadata
Assignees
Labels
No labels