Raspberry pi can’t find ads115 converter. Error ic2 not found in location 0x48
I am trying to setup a analog to digital converter but as of rn it is not working.This is the error i am getting. No I2C device at address: 0x48. and this is the code.
import board
import time
import busio
import adafruit_ads1x15.ads1115 as ADS
from adafruit_ads1x15.analog_in import AnalogIn