python-dependency-injector icon indicating copy to clipboard operation
python-dependency-injector copied to clipboard

Error when installing by poetry in python 3.12

Open DaggerJackfast opened this issue 1 year ago • 4 comments

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)"'.

DaggerJackfast avatar Dec 18 '23 16:12 DaggerJackfast

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!

changja88 avatar Dec 21 '23 00:12 changja88

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!

yaziamoe avatar Dec 22 '23 17:12 yaziamoe

The PR for adding Python 3.12 support is https://github.com/ets-labs/python-dependency-injector/pull/765

sh-at-cs avatar Jan 03 '24 14:01 sh-at-cs

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.

rmk135 avatar Aug 08 '24 13:08 rmk135