PX4-windows-toolchain
PX4-windows-toolchain copied to clipboard
no module named serial
it shows this, but in the console I type
pip install pyserial
it shows bash pip could not find command
but I type python it
shows that I've already install python2.7
however when i type
pip3 install pyserial
it shows that i've already installed serial
is there anyone knows why?