b3b / able

Python for Android Bluetooth Low Energy package
MIT License
38 stars 18 forks source link

Installing on Linux? #36

Open ujur007 opened 1 year ago

ujur007 commented 1 year ago

I was trying to install able on linux and import the class BluetoothDispatcher but it was giving error cannot import name BluetoothDispatcher. ImportError: cannot import name 'BluetoothDispatcher' from 'able' (/user/.local/lib/python3.8/site-packages/able/__init__.py)

When I looked in the folder there was no folder named recipes. So I cloned the project and copy the recipie to that folder but still I get the error. I looked at this issue as well, I have all necessary permissions and things setup.

b3b commented 1 year ago

able is not installable on Linux, it is for Android only.