Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 1579

Python • Re: Problem during rpi-kms installation

$
0
0
Directly copied from the Description:
  • 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
If you want to compile it for your own, you require all dependencies.
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



Viewing all articles
Browse latest Browse all 1579

Trending Articles