Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

getting an error No module named 'request' #2006

Closed
hedgehogdrfrink opened this issue Aug 31, 2024 · 2 comments
Closed

getting an error No module named 'request' #2006

hedgehogdrfrink opened this issue Aug 31, 2024 · 2 comments

Comments

@hedgehogdrfrink
Copy link

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
Copy link
Contributor

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

@adeebshihadeh adeebshihadeh closed this as not planned Won't fix, can't repro, duplicate, stale Aug 31, 2024
@hedgehogdrfrink
Copy link
Author

Thank you, fixed the issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants