Re: systemd-python at pypi

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 21/04/2020 19:35, Anders Buch wrote:
> Hello,
> 
> Are there any plans to update the pypi version of python-sytemd here:
> https://pypi.org/project/systemd-python/
> 
> The following results in errors on Ubuntu 18.04 with latest python3.8
> packages installed (as well as libsystemd-dev and python3-systemd):
> 
> python3.8 -m venv systemd_test
> . systemd_test/bin/activate
> pip install systemd-python
> 
> The error is:
> 
> systemd/_journal.c:21:10: fatal error: Python.h: No such file or directory
> #include <Python.h>

This error is due to the fact that you do not have the necessary
development files to compile extensions for python3.8. I guess you need
to `apt-get install python3.8-dev`.

Cheers,
Dan
_______________________________________________
systemd-devel mailing list
systemd-devel@xxxxxxxxxxxxxxxxxxxxx
https://lists.freedesktop.org/mailman/listinfo/systemd-devel



[Index of Archives]     [LARTC]     [Bugtraq]     [Yosemite Forum]     [Photo]

  Powered by Linux