Reputation: 11
After many attempts figuring out how to install PyBluez on Ubuntu using pip3 I've seen many people with the same problem. fortunatelly I found the way to do it without pip3:
My question is why I cant use pip3 to install PyBluez?
I tried sudo pip3 install PyBluez :( :(
Upvotes: 1
Views: 1993
Reputation: 1
in my case the install via install script, ie without pip, did not work. I was able to use pip after installing the 'python3-bluez' wrapper package.
Upvotes: 0