kevinjqliu closed issue #500: Can't import pyiceberg.catalog
URL: https://github.com/apache/iceberg-python/issues/500
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubsc
kevinjqliu commented on issue #500:
URL: https://github.com/apache/iceberg-python/issues/500#issuecomment-2274801220
Addressed in #526
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific
leonidmakarovsky commented on issue #500:
URL: https://github.com/apache/iceberg-python/issues/500#issuecomment-1981884781
My python version is 3.9.7. My colleague told me that pyiceberg works with
3.9.11 and later. It didn't work with 3.9.7 in his env as well. I'm trying to
upgrade Python
kevinjqliu commented on issue #500:
URL: https://github.com/apache/iceberg-python/issues/500#issuecomment-1981880634
seems like an issue related to `pydantic` library. What version of it do you
have installed?
Here's my env setup using `make install`:
```
(venv) ➜ iceberg-pyth