I tried to install pybluez using following commands.
pip install pybluez
sudo easy_install pybluez
But for both commands I en
It appears that the releases on PyPI are very outdated, but using the latest from the GitHub repository works perfectly.
$ pip install git+https://github.com/pybluez/pybluez.git
git+https://github.com/pybluez/pybluez.git