nitinrakheja
Posts: 3
Joined: Sat Mar 28, 2020 2:22 pm

Installing Mavlink on Raspberry Pi4 Buster

Mon Apr 27, 2020 1:26 pm

Hi,

I am trying to install Mavlink on Raspberry Pi4 running Buster. It has Python 2.7.16 and Python 3.7.3 versions installed when I check. However, I get the following error while trying to install Mavlink as per the procedure given at https://ardupilot.org/dev/docs/raspberr ... vlink.html

pi@raspberrypi:~ $ sudo apt-get install python3-dev python3-opencv python3-wxgtk3.0 libxml2-dev python3-pip python3-matplotlib python3-lxml
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package python3-wxgtk3.0 is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package 'python3-wxgtk3.0' has no installation candidate

User avatar
scruss
Posts: 3212
Joined: Sat Jun 09, 2012 12:25 pm
Location: Toronto, ON
Contact: Website

Re: Installing Mavlink on Raspberry Pi4 Buster

Mon Apr 27, 2020 2:20 pm

That tutorial's a little out of date. Try substituting python3-wxgtk4.0
‘Remember the Golden Rule of Selling: “Do not resort to violence.”’ — McGlashan.
Pronouns: he/him

nitinrakheja
Posts: 3
Joined: Sat Mar 28, 2020 2:22 pm

Re: Installing Mavlink on Raspberry Pi4 Buster

Mon Apr 27, 2020 2:52 pm

Thanks a ton.
Works like a charm.

Return to “Beginners”