-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Run fails with cannot import name 'IOBluetoothDeviceInquiry' #18
Comments
Lego-hub-tk (as per docs) should be located somewhere like this: |
@Nurech yes I did, well for me (macbook) it's located not in AppData. I'm wondering, maybe MacBook env affects this as when I go through the trace I see there if on OS, so it might be on Windows. But I think this is a question of the library then |
Hello and thanks for reporting this. I don't use mac, but @ws1088 has tested on mac -- maybe could offer some insight? Disclaimer aside, since the error occurs on "import bluetooth" it looks like there's something amiss with the bluetooth python packages. I don't have any advice other than consult mac users of python bluetooth. Sorry. |
pybluez dependency is likely the issue I haven't tried on osx but also causes issues for raspberry as well I think |
Mac issue is changes in the way that UUID and SerialUSB was working osx12.3 aims to fix them however the packages will need to be updated to facilitate this, pybluez project might be slower on the shift. https://github.com/Jakeler/ble-serial is an attractive project inline with this issue worth looking at |
I actually have code removing the need for pybluez in the core bluetooth communications code. I will get that committed soon. The only thing I couldn't work out how to do is detect the device -- which is only of value if you want the "usb/bt multiplexing". |
Hey! Could you assist please with installation, I keep getting these. Tried to reinstall everything I knew.
I'm from Java and quite newbie with python env
The text was updated successfully, but these errors were encountered: