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

Troubleshooting • Re: No video on vlc and other errors - raspberry PI 3A+ (Escape room project)

$
0
0
The links still do not work.
As you are running Bookworm, you will want a virtual environment (venv) to avoid the "externally-managed-environment" error.
I create mine with system packages like this:

Code:

mkdir my_projectcd my_projectpython -m venv --system-site-packages envsource env/bin/activate
We can then use pip to install any required python modules into that environment.
How to tell OS and 64-bit (or not)

Code:

cat /etc/os-release

Code:

getconf LONG_BIT

Statistics: Posted by neilgl — Wed Jul 24, 2024 2:51 pm



Viewing all articles
Browse latest Browse all 5379

Trending Articles