QWIIC TMP117 not working on Arduino DUE

Hi, I just hooked up this sensor to my Due and got a failure to initilze. I have soldered wires to the board and hooked them to the appropriate connections on the due and it doesn’t get past the serial begin in the code.

I pulled out an Arduino Uno and hooked it to the appropriate connections on the Uno and the sensor works fine with the basic example uploaded.

Is there something different I must do to get it to work on the Due or does it not work with the Due?

Thanks for any help.

I took a break and came back and switched the SDA/SCL leads to pins 20 and 21 and it now works for me.