Working OK for me on a Pi4 running TrixieWe can start pythion REPL and import cantools. We can also check the installed version:If we deactivate the venv we get the error
Code:
mkdir myenvcd myenvpython -m venv --system-site-packages envsource env/bin/activatepip install cantoolsCode:
pip list | grep cantoolscantools 40.7.1Code:
import cantoolsModuleNotFoundError: No module named 'cantools'Statistics: Posted by neilgl — Sun Oct 12, 2025 7:57 pm