amymcgovern / pyparrot

Python interface for Parrot Drones
MIT License
274 stars 129 forks source link

Unable to import 'pyparrot.Minidrone' #214

Closed m3deck closed 2 years ago

m3deck commented 3 years ago

Hi, if I start the demo script "demoMamboTricks.py" in the Linux Terminal, it says: python3 demoMamboTricks.py OpenCVAvailable is False trying to connect trying to connect to the minidrone at address E0:14:E6:3D:3D:C8 connected! Asking for services and characteristics magic handshake to make the drone listen to our commandsandsensors initializing notification delegate connected: True sleeping Could not find sensor in list - ignoring for now. Packet info below. (2, 25, 3) Could not find sensor in list - ignoring for now. Packet info below. (2, 25, 5) taking off! After that, the terminal output shows no problems are and the drone does the tricks In VS code the terminal says under problems: Unable to import 'pyparrot.Minidrone' pylint(import-error) [2, 1]

So is it some package missing for it or is it some neglectable output?

If needed: -drone: Parrot Mambo Fly with software version 3.0.25 -OS: Ubuntu 20.04.2 LTS (in VirtualBox) -bluetoothctl is on version 5.53 -and every other needed software is on the newest version (3rd of march 2021) python terminal