iceberg-python icon indicating copy to clipboard operation
iceberg-python copied to clipboard

Exclude Python 3.9.7 due to import error in catalog module

Open ndrluis opened this issue 1 year ago • 1 comments

Adjusts the supported Python versions to exclude 3.9.7, as importing the catalog module on this version results in an unexpected error. The issue does not occur in versions 3.9.6 or 3.9.8, indicating a specific incompatibility with Python 3.9.7.

Related to #500, #497

ndrluis avatar Mar 15 '24 22:03 ndrluis

Related python issue: https://bugs.python.org/issue45081

ndrluis avatar Mar 16 '24 16:03 ndrluis

This sounds like a great idea @ndrluis - thank you for identifying this issue and putting in the fix. Could we ask for you to rebase your PR against the current main, and run poetry lock with your proposed python version change?

sungwy avatar Jul 31 '24 18:07 sungwy

@sungwy Done!

ndrluis avatar Jul 31 '24 19:07 ndrluis

With this change, what do I see as a user with python 3.9.7? Does it show that 3.9.7 is not supported and I should use a supported version?

kevinjqliu avatar Aug 06 '24 19:08 kevinjqliu

Yes @kevinjqliu!

This is a example image

ndrluis avatar Aug 06 '24 20:08 ndrluis