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

Cannot build using GCC v13 & v14 #816

Open
fedya-eremin opened this issue Sep 4, 2024 · 1 comment
Open

Cannot build using GCC v13 & v14 #816

fedya-eremin opened this issue Sep 4, 2024 · 1 comment

Comments

@fedya-eremin
Copy link

Hello, I cannot install dependency injector having versions 13 and 14 of gcc on my system. Could you provide any information which versions of gcc are supported?

@ZipFile
Copy link
Contributor

ZipFile commented Dec 8, 2024

What kind of error are you getting? Is it reproducible with latest version from master branch?

We've upgraded to Cython 3 recently, it should have better support for modern GCC versions. I cannot give you precise versions supported, since we 100% dependent on Cython for that, and IIRC they have no version compatibility info in their docs.

I'm using GCC v13.2.0 on my machine and it builds fine so far. Our CI uses GCC v10.2.1 to build binary wheels. Might give these versions a try.

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