Dies ist eine alte Version des Dokuments!
py-kms ist ein KMS Server in Python.
git clone https://github.com/zarat/kms cd kms python pykms_Server.py
Falls dieser Fehler auftritt
Traceback (most recent call last): File "/home/manuel/kms/pykms_Server.py", line 27, in <module> from Etrigan import Etrigan, Etrigan_parser, Etrigan_check, Etrigan_job File "/home/manuel/kms/Etrigan.py", line 12, in <module> from collections import Sequence ImportError: cannot import name 'Sequence' from 'collections' (/usr/lib/python3.10/collections/__init__.py)
diesen Befehl ausführen
sed -i 's/from collections import Sequence/from collections.abc import Sequence/' Etrigan.py