Hi, I Have problem with running example.py as it is giving me thiss error:
/home/klaudia/.local/lib/python3.9/site-packages/hx711.py:60: RuntimeWarning: This channel is already in use, continuing anyway. Use GPIO.setwarnings(False) to disable warnings.
GPIO.setup(self._pd_sck, GPIO.OUT) # pin _pd_sck is output only
True
Traceback (most recent call last):
File "/home/klaudia/Desktop/kb/HX711/python_examples/example.py", line 16, in
raise ValueError('Tare is unsuccessful.')
ValueError: Tare is unsuccessful.
Does anyone have an idea why this is happening ?