Traceback (most recent call last):
File "smars_lab.py", line 25, in
DRIVER = sl.DO_NOT_USE_PCA_DRIVER
AttributeError: module 'smars_library.smars_library' has no attribute 'DO_NOT_USE_PCA_DRIVER'
How can i fix this? I had activated everything in the interface of raspi-config.
P.s.: Note that in the github page smarslab.py is named without the _ can you fix this? Thx
FIXED:
in the requirements.txt you need to change:
smars-library==0.1.11 ----> smars-library==0.2.1
Adafruit-PureIO==0.2.3 -----> Adafruit-PureIO==1.1.6
After following those command:
I had this error:
P.s.: Note that in the github page smarslab.py is named without the _ can you fix this? Thx