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

Python • Re: Python apt install OBD module

$
0
0
On a Pi5 running Raspberry Pi OS "Bookworm" 64-bit, this worked for me

Code:

mkdir myenvcd myenvpython -m venv --system-site-packages envsource env/bin/activatepip install obd…Successfully installed flexcache-0.3 flexparser-0.4 obd-0.7.3 pint-0.24.4 platformdirs-4.4.0
i.e. I created a python virtual environment with system python packages, then used pip to install obd
This has some explanation https://www.raspberrypi.com/documentati ... vironments

Statistics: Posted by neilgl — Tue Aug 26, 2025 8:36 pm



Viewing all articles
Browse latest Browse all 1579

Trending Articles