-
Notifications
You must be signed in to change notification settings - Fork 5
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
Building issue #30
Comments
I also encountered this issue with using Python 3.11 and had to downgrade the Cython version to 0.29.34 to get pylandau to compile. There also seems to be some complaints from For reference, I get the following compilation errors when using Cython 3+
|
Thanks for looking into this. I could not get pylandau to work with python 3.12 for myself, but the problem seems far from trivial. Might even be connected to the cython3 problem, which I have not tried yet. I have to dig into this further, but ideally I will move the whole package to numba or pybind instead of cython that gave me a lot of headaches since I took over the project. |
Hi,
I recently tried to install pylandau and found two issues. I forked the repo to our own GitLab instances, so I could build packages with different Python versions using the manylinux images and found the following two problems.
I could fix (2) quite easily by changing
pyproject.toml
:The issue for Python 3.12 seems more complex and I was not able to dig through.
PS: I also realized that the package builds for Python 3.7. Is there a reason to not support it? There is also no demand from my side, I am just curious ;)
The text was updated successfully, but these errors were encountered: