-
-
Notifications
You must be signed in to change notification settings - Fork 54
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
Can't install: Building wheel for systemd-python (pyproject.toml) did not run successfully.
#207
Comments
You need to install developer dependencies for systemd for the python package to find the lib. Should be |
Is there a specific file that the package you refer to contains, so that I can probe ( |
The dependency that requires this is systemd-python, maybe this helps you: https://pypi.org/project/systemd/ |
@l0drex, does that answer the undermentioned:
...? Irrespective, it's installed anyway:
|
I don't know any specific file, but there might be more details on the linked page that can help you to find the correct package |
Are there any updates on this? I've got the same issue, also on openSUSE with |
I have a similar build failure, but it's apparently for a missing Happens at
Observed on SUSE Tumbleweed.
|
Looks like you are missing python-dev |
I'm lost. All
|
From duckduckgo I can find this package: https://opensuse.pkgs.org/tumbleweed/opensuse-oss-x86_64/python39-systemd-235-3.3.x86_64.rpm.html Can you install that and try again? |
Installed Maybe add the |
Describe the bug
Affected versions
Additional notes
Tried #203 (comment) to no avail:
The text was updated successfully, but these errors were encountered: