On /usr/local/lib/python3.5/dist-packages/adafruit_tcs34725.py the function def color_rgb_bytes(self) should check if rgb values are greater than zero to avoid the division by zero exception
File "/usr/local/lib/python3.5/dist-packages/adafruit_tcs34725.py", line 240, in color_rgb_bytes
red = int(pow((int((r/clear) * 256) / 255), 2.5) * 255)
ZeroDivisionError: division by zero