-
Notifications
You must be signed in to change notification settings - Fork 345
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
dumb-init 1.2.5.post1 fails to install on macOS with python 3.12.4 and poetry #300
Comments
dumb-init is not really supported on macos, the error indicates you're missing the wheel package (or a compatible version of setuptools) |
Thanks for the quick reply! If I'm understanding correctly, we should not try installing this package on MacOS platforms even from PyPI? If I upgrade
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What
I am trying to install build a project that has
dumb-init
as a dependency. I am installing project dependencies using Poetry 1.8.3 and Python 3.12.4.Any time I try installing
dumb-init==1.2.5post1
I receive an error:Backend subprocess exited when trying to invoke build_wheel
Steps to reproduce
dumb-init==1.2.5post1
to your project requirements. E.g.pip install dumb-init
Expected Output
Package installs successfully
What actually happened
Poetry fails with the attached output
Expand to view Poetry output
If I run the suggested
pip wheel
command, I receive a similar errorToggle to view output
System/Environment
pyenv
14.5 (23F79)
ARMRelated issues
#276
The text was updated successfully, but these errors were encountered: