-
Notifications
You must be signed in to change notification settings - Fork 3
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
No module named bluetooth._bluetooth #6
Comments
Try installing thee libraries. Then try again. I recently installed the plug in, and had the same issues. sudo apt-get update Hope it works. |
Hi ewaldheinsen It worked perfect after updating these libraries. Thanks!!! |
It... didn't work for me. However, I have already done some pretty weird thing to try fixing the problem. (For example, I tried creating a new .py file called "bluetooth" that had the single line At this point, anything helps. Thank you! Oh, and P.S. Is there any way to install |
@Palbitt Did you solve it? |
lol in my case i was in the pybluez source folder , and simply moving out of it solved it - i guess theres probably a "bluetooth.py" in there that overwrites the module |
IndyJoeA,
This plugin is amazing, and I really want to get it working. I'm using a Pi 3B, with a fresh install of CBPi on vanilla Noobs. At first I installed the plugin straight from the plugin list, but uninstalled and followed the readme once I actually read it. The hydrometer is on and registering on my phone.
Now, I get "Failed to load plugin TiltHydrometerPlugin/ No module named bluetooth._bluetooth" as a popup upon restarting, and I can't find Tilt in the thermometer list. Any idea what could cause this?
--
Edit: Just running through the install again, and noticed that python-bluez was never actually installed. Apt says "package python-bluez is not available, but is referred to by another package.... Package 'python-bluez' has no installation candidate"
I attempted the "pip install pybluez" listed in the pybluez readme, which also failed because my system apparently lacks bluetooth.h (output pastebin'd here)
The text was updated successfully, but these errors were encountered: