Directly copied from the Description:
I was able to compile it on x86_64 on my Desktop PC.
- If you are able to use the system python, then running sudo apt install -y python3-kms++ will install pykms in the simplest way.
- If you do require a virtual environment (for example, in order to use a python package not available through apt) then the simplest way is to install the apt package and then create a virtual environment using system-site-packages.
Code:
sudo apt install -y python3-kms++python3 -m venv --system-site-packages my-env
I was able to compile it on x86_64 on my Desktop PC.
Statistics: Posted by DeaD_EyE — Sat Aug 23, 2025 11:45 am