Open hosiet opened 11 months ago
Downstream distribution bug report: https://bugs.debian.org/1056842
Any update on this? Running into this right now and I don't know how to solve this. I also can't compile with Cython 0.29.37.1-2 and Python 3.12.3:
I believe the current py-libzfs project is not compatible with cython 3.x. The following warnings and errors will appear:
Besides, the
language_level
derivative is also unset with current build system. It should be set to be one of2
,3
or3str
. See https://cython.readthedocs.io/en/latest/src/userguide/migrating_to_cy30.html#python-3-syntax-semantics for more information.Since cython3 3.x has been officially released, it would be great to make this project compatible with the new versions. Thanks!