A Python library for working with the ClickHouse database (https://clickhouse.yandex/)
BSD 3-Clause "New" or "Revised" License
414
stars
136
forks
source link
debug: BaseTzInfo can only be imported from pytz.tzinfo #188
Open
sunfu12 opened 2 years ago
'from pytz import BaseTzInfo' will cause an error: cannot import BaseTzInfo from pytz
This pull-request fixed this problem.