Not sure this helps but I recently told about creating an VENV. From a post to Python Forumvirtual env created (with --system-site-packages so that I could access picamera2, since I couldn't install properly in virtual)
If you want to inherit the currently installed packages from the system Python, you should create your virtual environment using python -m venv --system-site-packages env .
Statistics: Posted by DS256 — Tue Jan 09, 2024 12:55 am