kevincar / bless

Cross-platform Bluetooth Low Energy Server Python Library
MIT License
86 stars 28 forks source link

Linux install missing dependencies #48

Closed kevincar closed 3 years ago

kevincar commented 3 years ago

The problem Installing on Linux doesn't install twisted.

Reproduction

pip install bless
python

Results in

ModuleNotFoundError: No module named 'twisted'

Expected behavior No error should be raised when attempting to import after installation

Desktop (please complete the following information):

kevincar commented 3 years ago

Reopening because this issue isn't fixed. Although the dependencies are there, recent changes and requirements for the expected service handle value, needed by bleak needs to be updated.