I cant use pip to install a library on my m500
-
I'm following this guide: https://docs.modalai.com/flight-core-pwm-esc-calibration/#procedure and I should be able to install a library on voxl, I'm connected in station mode, but I don't now what else to do
-
@José-Quintanilla pip is used in the bash shell, not the python shell
-
@tom Oh okay, let me try
-
-
@José-Quintanilla pip doesn't exist on voxl1 by default.
Checkout this project to see how to install a newer python3 as well as using pip3 to install a package
https://gitlab.com/voxl-public/support/voxl-python-3.6.9 -
@tom Or look into using docker on voxl: https://docs.modalai.com/docker-on-voxl/ for a cleaner solution
-
@tom Thanks