inonoob / pirowflo

All-in-one data interface for your Waterrower S4 Monitor or Smartrow
GNU General Public License v3.0
141 stars 32 forks source link

ImportError: No module named 'dbus' #62

Closed dentchevGCAP closed 1 year ago

dentchevGCAP commented 1 year ago

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

dentchevGCAP commented 1 year ago

got a fresh new image for RaspberryPi and all worked as expected