Created
April 14, 2020 21:09
-
-
Save aderbique/c69d67a4259c291dc758602941d36b2f to your computer and use it in GitHub Desktop.
Launching OP Error
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
root@localhost:/data/openpilot$ ./launch_openpilot.sh | |
Using interface 'wlan0' | |
OK | |
Traceback (most recent call last): | |
File "./manager.py", line 12, in <module> | |
from common.basedir import BASEDIR, PARAMS | |
File "/data/openpilot/common/basedir.py", line 4, in <module> | |
from common.android import ANDROID | |
File "/data/openpilot/common/android.py", line 8, in <module> | |
from cereal import log | |
File "/data/openpilot/cereal/__init__.py", line 2, in <module> | |
import capnp | |
ModuleNotFoundError: No module named 'capnp' | |
^C | |
root@localhost:/data/openpilot$ Connection reset by 192.168.0.51 port 8022 | |
aderbique@LP-ADERBIQ2-W10:~$ | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment