I successfully installed OBD in a virtual environment but when I hit the instruction "import obd", it seems to go through the obd modules but continues down the path to PINT and generates error messages from PINT. What am I missing? Here's the code:
import sys
sys.path append(/"home/gordona/env/lib/python3.11/site-packages/")
import obd
Thx for any insights
import sys
sys.path append(/"home/gordona/env/lib/python3.11/site-packages/")
import obd
Thx for any insights
Statistics: Posted by Gordona23 — Mon May 26, 2025 5:09 pm