VRGhost / PyPush

Open Source Microbot Push library/daemon/Web UI
Other
36 stars 9 forks source link

No module ble found #19

Closed alexcf closed 11 months ago

alexcf commented 6 years ago

Hi,

This issue is driving me nuts! I have everything installed that I could possibly need however getting this error. Running Ubuntu 16.04

`# ./bin/serve.sh --ble_driver pybluez --ble_device hci0 web_ui

2017-12-13 17:19:45,506 main line:74 INFO ====== PyPush is starting ===== 2017-12-13 17:19:45,510 main line:81 ERROR Top-level exception Traceback (most recent call last): File "PyPush/main.py", line 77, in main app = create_app(args) File "PyPush/main.py", line 62, in create_app mbHub = PyPush.lib.main.create(args.debug, core.getPairDb(), args) File "PyPush/lib/main.py", line 42, in create return PyPush.lib.PushHub(config, pairDb) File "PyPush/lib/hub.py", line 25, in init self._ble = ble.getLib(bleConfig) File "PyPush/lib/ble/init.py", line 28, in getLib rv = getPyBluezApi(config) File "PyPush/lib/ble/init.py", line 19, in getPyBluezApi from . import bluez File "PyPush/lib/ble/bluez/init.py", line 3, in from .api import API File "PyPush/lib/ble/bluez/api.py", line 7, in from . import ( File "PyPush/lib/ble/bluez/scanner.py", line 8, in from bluetooth.ble import DiscoveryService, GATTRequester ImportError: No module named ble `

Tezzlicious commented 5 years ago

Same issue. On raspbian.