python-dependency-injector
python-dependency-injector copied to clipboard
Error when installing by poetry in python 3.12
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)"'.
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!
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!
The PR for adding Python 3.12 support is https://github.com/ets-labs/python-dependency-injector/pull/765
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.