IsHeRo
Posts: 1
Joined: Thu Mar 05, 2020 12:28 am

Adafruit library install

Thu Mar 05, 2020 12:42 am

Hi, I am working on a project using analog inputs, I am using the Adafruit ADS 1115, but when I try to Install the library it says that the minimal request is Python 3.4 and I have installed Python 2.4, I would like to know how to run the commands on python 3.5 or if its possible to upgrade the actual Python used in the terminal, sorry if this is not in the right section, im a total noob on RPI

sudo apt-get install build-essential python-dev python-smbus python-pip
sudo pip install adafruit-ads1x15

DirkS
Posts: 10363
Joined: Tue Jun 19, 2012 9:46 pm
Location: Essex, UK

Re: Adafruit library install

Thu Mar 05, 2020 10:21 am

For python v3 use 'python3' and 'pip3'
If you still have problems you need to post the *full* error message.

Return to “Troubleshooting”