Skip to content

Error when installing by poetry in python 3.12 #771

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

Closed
DaggerJackfast opened this issue Dec 18, 2023 · 5 comments
Closed

Error when installing by poetry in python 3.12 #771

DaggerJackfast opened this issue Dec 18, 2023 · 5 comments
Labels

Comments

@DaggerJackfast
Copy link

I have the error when install the package with poetry in python 3.12.1
Note: This error originates from the build backend, and is likely not a problem with poetry but with dependency-injector (4.41.0) not supporting PEP 517 builds. You can verify this by running 'pip wheel --use-pep517 "dependency-injector (==4.41.0)"'.

@changja88
Copy link

I have same problem.
Python 3.12 is super cool. I hope I can use dependency-injector with python 3.12 as soon as possible.
Thanks!

@yaziamoe
Copy link

I like to have it enabled for Python 3.12 too. My project is stuck using this amazing framework to python 3.11.

Thanks in advance!

@sh-at-cs
Copy link

sh-at-cs commented Jan 3, 2024

The PR for adding Python 3.12 support is #765

@rmk135
Copy link
Member

rmk135 commented Aug 8, 2024

The release with Python 3.12 support is on PyPI: https://pypi.org/project/dependency-injector/4.42.0b1/

pip install dependency-injector==4.42.0b1

Please report any issues you notice by opening an issue here: https://github.com/ets-labs/python-dependency-injector/issues

I'll publish the plan for future steps a bit later. There is a lot of work to do.

@ZipFile
Copy link
Contributor

ZipFile commented Dec 10, 2024

Latest release is now fully PEP-517-compliant (see #829) and should be installable by modern versions of pip or alternative package mangers like Poetry. I've verified that it installs fine on Python 3.12 using Poetry. Closing.

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

No branches or pull requests

6 participants