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

Python 3.12 support #737

Open
Tracked by #90
toinbis opened this issue Aug 21, 2023 · 5 comments
Open
Tracked by #90

Python 3.12 support #737

toinbis opened this issue Aug 21, 2023 · 5 comments

Comments

@toinbis
Copy link

toinbis commented Aug 21, 2023

As python 3.12 RC is released and a release is planned in 1.5months, I like to report in advance that there are issues with installing dependency-injector. On mac,

pip install dependency-injector for python 3.12RC1 gives:

src/dependency_injector/containers.c:39078:47: error: no member named 'ob_digit' in 'struct _longobject'
          const digit* digits = ((PyLongObject*)b)->ob_digit;
                                ~~~~~~~~~~~~~~~~~~  ^
      114 warnings and 12 errors generated.
      error: command '/usr/bin/clang' failed with exit code 1
      [end of output]
  
  note: This error originates from a subprocess, and is likely not a problem with pip.
  ERROR: Failed building wheel for dependency-injector
Failed to build dependency-injector

Or maybe it's not an issue with a library, but an issue with the build chain not being ready for 3.12?
Thanks in advance!

@danieljoris
Copy link

Did you find any solution to the problem?

I am prevented from updating my project's Python because of this library 😭

@macieyng macieyng mentioned this issue Nov 9, 2023
5 tasks
@mayapmathews
Copy link

@rmk135 , when can we expect a new release for this with the support for python 3.12?

@JacobGeoGeek
Copy link

Is there any update on this issue?

@mighty-nyaina
Copy link

Any update on python 3.12 support ?

@xoxwgys56
Copy link

There is some progress about supporting python@3.12 #765

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

6 participants