UPDATED : Problem with Mavproxy pre-requisite packages

Hey guys

I tested a lot of mavproxy installations over the last 2 weeks without any issues, but today when I tried to install it again I ran into a package error :

  • Unable to locate package package python3-opencv
  • Package “python-wxgtk3.0” has no installation candidate

I will try to find a way, but if someone has the solution, I will be very happy to hear it

Thanks

Benjamin

The pre-requisite packages right now on the Mavproxy wiki will not work with Raspbian :

sudo apt-get install python3-dev python3-opencv python3-wxgtk3.0 python3-pip python3-matplotlib python3-pygame python3-lxml python3-yaml

Instead you will need to use the old one :

sudo apt-get install python-dev python-opencv python-wxgtk3.0 python-pip python-matplotlib python-pygame python-lxml python-yaml

3 Likes

thank you the old works