TSL2591 Not importing

Good day,
I have gotten my RPi 4 connected to my devices but I cant seem to get my TSL2591 to be added. I followed the cayenne tutorial and nothing new came on my dashboard. So, I went to cqrobot.wiki and ran the example python code there. It works with that code in the terminal, and comes up with address 0x50. What am I missing?
This is the tutorial I followed. Tutorial

sudo i2cdetect -y 1
     0  1  2  3  4  5  6  7  8  9  a  b  c  d  e  f
00:          -- -- -- -- -- -- -- -- -- -- -- -- -- 
10: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 
20: 20 -- -- -- -- -- -- -- -- 29 -- -- -- -- -- -- 
30: -- -- -- -- -- -- -- -- -- -- -- -- 3c -- -- -- 
40: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 
50: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 
60: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 
70: -- -- -- -- -- -- -- --

Well… I just realized that the TSL2591 is not in the list. I got a bit dyslexic I guess. So, I just ordered the TSL2561. I just wish there was support for the TLS2591 as well.

you can use the cayenne python library to send tsl2591 data to cayenne GitHub - myDevicesIoT/Cayenne-MQTT-Python: Python Library for Cayenne MQTT API