Skip to content
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

RFE: port to cython 3.x #784

Open
kloczek opened this issue Feb 14, 2024 · 2 comments
Open

RFE: port to cython 3.x #784

kloczek opened this issue Feb 14, 2024 · 2 comments

Comments

@kloczek
Copy link

kloczek commented Feb 14, 2024

As 27f9a99 locks cython version to older version and now pyyaml is one of the only few remaining modules still not possible to use with cython 3.x it would be good to that version.

@cpcloud
Copy link

cpcloud commented Mar 11, 2024

This blocks a fair number of applications and libraries from creating source builds that include, say, the latest scikit-learn.

You have to:

  • install cython<3
  • build pyyaml
  • uninstall cython<3
  • install cython>=3
  • build any dependencies that depend on cython>=3

It also makes creating development environments difficult, since there's no reasonable way to have two different versions of the same package in an environment.

@kloczek
Copy link
Author

kloczek commented Mar 11, 2024

Just FTR: I have packaged +1.25k python modules as rpm packages. Amongst those

[tkloczko@pers-jacek SPECS]$ grep 'BuildRequires:.*python3dist(cython)' *spec -l | wc -l
66

needs cython' to build. ATM pyyamlis ONLY modules in that set which is not possible to build usingcython` 3.x 😞

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants