python3-bluez package broken

Bug #1908237 reported by Karl Lattimer
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Raspbian
New
Undecided
Unassigned

Bug Description

Egg info problem prevents python finding the package, fixed with

cd /usr/lib/python3/dist-packages
sudo mv PyBluez-0.22.egg-info/ bluetooth-0.22.egg-info/

Trying to import low energy raises an import error on a dependency

Traceback (most recent call last):
  File "btmqtt.py", line 8, in <module>
    from bluetooth.ble import DiscoveryService
  File "/usr/lib/python3/dist-packages/bluetooth/ble.py", line 1, in <module>
    from gattlib import *
ModuleNotFoundError: No module named 'gattlib'

gattlib doesn't appear to be packaged in raspbian for python3

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.