Cannot install on CentOS 7
drgrumpy opened this issue · 1 comments
drgrumpy commented
Tried:
dnf install python-systemd python3-systemd
result:
Error: Unable to find a match: python-systemd python3-systemd
and:
sudo pip3 install git+https://github.com/systemd/python-systemd.git#egg=systemd
Traceback (most recent call last):
File "/bin/pip3", line 16, in <module>
sys.exit(main())
TypeError: 'module' object is not callable
jvoosten commented
Same here; CentOS 7, just says "unable to find a match". Apparently this modules is not packaged for one of the most popular operating systems, or there are some additions steps required.