Hi, I'm using a BMP180 sensor with a Raspberry Pi3 and the sample python program works ok in Python 2, but I get this error in Python 3:
import Adafruit_BMP.BMP085 as BMP085
ImportError: No module named 'Adafruit_BMP'
I'm new this; is it possible to get it working in Python 3? TIA