I recently found this project and got interested to implement it.
I have Raspberry PI 3 from 5-6 years ago that I can use for this project.
I followed the instructions to install pirowflo
When I run it I get this error:
python3 waterrowerthreads.py -h
Traceback (most recent call last):
File "waterrowerthreads.py", line 31, in
from adapters.ble import waterrowerble
File "/home/pi/pirowflo/src/adapters/ble/waterrowerble.py", line 10, in
import dbus
ImportError: No module named 'dbus'
Hello,
I recently found this project and got interested to implement it. I have Raspberry PI 3 from 5-6 years ago that I can use for this project. I followed the instructions to install pirowflo When I run it I get this error: python3 waterrowerthreads.py -h Traceback (most recent call last): File "waterrowerthreads.py", line 31, in
from adapters.ble import waterrowerble
File "/home/pi/pirowflo/src/adapters/ble/waterrowerble.py", line 10, in
import dbus
ImportError: No module named 'dbus'
I have python 2.3.9 python3 3.4.2
I tried to install with pip install dbus-python
but got errors.
Please advise wha I need to get it running