Page 1 of 1

Adafruit library install

Posted: Thu Mar 05, 2020 12:42 am
by IsHeRo
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

Re: Adafruit library install

Posted: Thu Mar 05, 2020 10:21 am
by DirkS
For python v3 use 'python3' and 'pip3'
If you still have problems you need to post the *full* error message.