getting an error when trying to setup a connection with comma 3x to pull files off of it,
./som_debug.sh
Traceback (most recent call last):
File "/home/user/Downloads/openpilotv1/panda/tests/./debug_console.py", line 9, in
from panda import Panda
File "/home/user/Downloads/openpilotv1/venv/lib/python3.11/site-packages/panda/init.py", line 1, in
from request import PandaRequest
ModuleNotFoundError: No module named 'request'
Followed along with the readme to set it up, not sure what I'm doing wrong at this point.
getting an error when trying to setup a connection with comma 3x to pull files off of it,
./som_debug.sh Traceback (most recent call last): File "/home/user/Downloads/openpilotv1/panda/tests/./debug_console.py", line 9, in
from panda import Panda
File "/home/user/Downloads/openpilotv1/venv/lib/python3.11/site-packages/panda/init.py", line 1, in
from request import PandaRequest
ModuleNotFoundError: No module named 'request'
Followed along with the readme to set it up, not sure what I'm doing wrong at this point.