commaai / panda

code powering the comma.ai panda
MIT License
1.54k stars 783 forks source link

getting an error No module named 'request' #2006

Closed hedgehogdrfrink closed 2 months ago

hedgehogdrfrink commented 2 months ago

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.

adeebshihadeh commented 2 months ago

You have this installed: https://pypi.org/project/panda/. It's not using this panda library.

hedgehogdrfrink commented 2 months ago

Thank you, fixed the issue