-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build failure with cython3 3.0.x #249
Comments
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: Click to expand
|
I'm trying to package py-libzfs for Chimera linux and got into this problem too |
This was referenced Nov 14, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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!
The text was updated successfully, but these errors were encountered: