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
Hi,
I have an up-to-date RPi3 and have plugged my PiGlow into it. I ran the install script, which didn't throw any errors, but the example scripts all fail to run. Looks like maybe an incompatibility between Python 2/3?
$ ./cycle.py
0
Traceback (most recent call last):
File "/home/pi/Pimoroni/piglow/examples/cycle.py", line 14, in <module>
piglow.show()
File "/usr/lib/python3/dist-packages/piglow.py", line 126, in show
setup()
File "/usr/lib/python3/dist-packages/piglow.py", line 323, in setup
import sn3218
File "/usr/lib/python3/dist-packages/sn3218.py", line 108, in <module>
i2c = SMBus(i2c_bus_id())
FileNotFoundError: [Errno 2] No such file or directory
The text was updated successfully, but these errors were encountered:
Hi,
I have an up-to-date RPi3 and have plugged my PiGlow into it. I ran the install script, which didn't throw any errors, but the example scripts all fail to run. Looks like maybe an incompatibility between Python 2/3?
The text was updated successfully, but these errors were encountered: