Jakeler / ble-serial

"RFCOMM for BLE" a UART over Bluetooth low energy (4+) bridge for Linux, Mac and Windows
https://blog.ja-ke.tech/tags/#bluetooth
MIT License
264 stars 37 forks source link

ModuleNotFoundError: No module named 'ble_serial' #14

Closed ghetto-ch closed 3 years ago

ghetto-ch commented 3 years ago

Hi, first of all thank you for your work! I'm trying to exchange data with a BLE device, but when I start ble-scan I get the following:

Traceback (most recent call last): File "/home/ghetto/.local/bin/ble-scan", line 5, in from ble_serial.scan import main ModuleNotFoundError: No module named 'ble_serial'

Notes: I start ble-scan with sudo I installed ble-serial and bluepy as per readme, but using --user

Any suggestion?

ghetto-ch commented 3 years ago

The problem was installing with --user and running with sudo. Either set permissions or install globally. Sorry for the stupid question.