You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have installed blinka plus this library (as editable) in order to make some changes for the issue #32 and as @ladyada suggested on this PR in blinka but now I'm getting this error:
Traceback (most recent call last):
File "a.py", line 3, in<module>
import adafruit_dht
File "/home/yeyeto2788/workspace/dht_implementation/venv/src/adafruit-circuitpython-dht/adafruit_dht.py", line 38, in<module>
from pulseio import PulseIn
File "/home/yeyeto2788/workspace/dht_implementation/venv/lib/python3.8/site-packages/pulseio.py", line 34, in<module>
raise NotImplementedError("pulseio not supported for this board.")
NotImplementedError: pulseio not supported for this board.
In the past I did not experience this issue before but even setting the argument use_pulseio does not get properly passed to it.
Hey guys!
I have installed blinka plus this library (as editable) in order to make some changes for the issue #32 and as @ladyada suggested on this PR in blinka but now I'm getting this error:
In the past I did not experience this issue before but even setting the argument
use_pulseio
does not get properly passed to it.Script used:
Debug info:
Libraries:
NOTE: the dht library is just a fork done today with no changes on it.
Python version (Python 3.8.5)
Board Orange Pi lite.
The text was updated successfully, but these errors were encountered: