BOSCH-GLM-rangefinder icon indicating copy to clipboard operation
BOSCH-GLM-rangefinder copied to clipboard

"ERROR: bosch-glm-rangefinder 0.0 has requirement PyBluez==0.22, but you'll have pybluez 0.23 which is incompatible."

Open sanderjo opened this issue 3 years ago • 2 comments

sudo pip3 install pybluez on Ubuntu 20.04 results in

ERROR: bosch-glm-rangefinder 0.0 has requirement PyBluez==0.22, but you'll have pybluez 0.23 which is incompatible.

Is pybluez 0.23 really incompatible?

sanderjo avatar Dec 11 '20 20:12 sanderjo

workaround for now:

sudo pip3 install pybluez==0.22

sanderjo avatar Dec 11 '20 20:12 sanderjo

Hi! To avoid this problem I replace pybluez with PyQt6.QtBluetooth. Here you can find the code.

oberbichler avatar Mar 11 '22 17:03 oberbichler