Using Bar30 with Jetson TX2

I am trying to use a Bar30 Pressure Sensor with Nvidia Jetson TX2. The python script in the examples on github GitHub - bluerobotics/ms5837-python: A python module to interface with MS5837-30BA and MS5837-02BA waterproof pressure and temperature sensors. isn’t working.

Traceback (most recent call last):
File “example.py”, line 12, in
if not sensor.init():
File “/home/nvidia/workspace/testing/ms5837-python/ms5837.py”, line 71, in init
self._bus.write_byte(self._MS5837_ADDR, self._MS5837_RESET)
IOError: [Errno 110] Connection timed out

I have made sure the connections are correct. Any suggestions?