Replies: 2 comments 2 replies
-
I installed PIP and used pip3 to install pybricks. The python app runs OK but EV3 is not moving at all w/o any errors. |
Beta Was this translation helpful? Give feedback.
0 replies
-
When you run a script like this:
It will be run with See these instructions to run Pybricks programs. If you really want to run Pybricks programs from the terminal, you can do:
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi!
If I launch the app:
robot@ev3dev:~$ python3 vozilo.py
Traceback (most recent call last):
File "vozilo.py", line 2, in
from pybricks import ev3brick as brick
ImportError: No module named 'pybricks'
The test app is quite simple:
robot@ev3dev:~$ more vozilo.py
#!/usr/bin/env pybricks-micropython
from pybricks import ev3brick as brick
print("Hello")
robot@ev3dev:~$
Thank you very much in advance.
Cheers, Roman
Beta Was this translation helpful? Give feedback.
All reactions