PYTHON LIBRARY ON DEBIAN BBB October release

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
GuillaumeO
 
Posts: 22
Joined: Fri Oct 17, 2014 7:46 am

PYTHON LIBRARY ON DEBIAN BBB October release

Post by GuillaumeO »

Hello,
this might interest people trying to use BeagleBone Black 2 Go models.
After flashing my BeagleBoneBlack with Octobre 2014 Debian console image (list of images : http://elinux.org/Beagleboard:BeagleBoneBlack_Debian), I managed to install again the Adafruit Python GPIO library with the following
(beeing logged as debian)
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install git build-essential python-dev python-pip python-setuptools python-smbus

At this point, I had to add the following instruction : sudo easy_install -U distribute
Then I runned
sudo pip install Adafruit_BBIO
And it works !

User avatar
adafruit_support_mike
 
Posts: 67485
Joined: Thu Feb 11, 2010 2:51 pm

Re: PYTHON LIBRARY ON DEBIAN BBB October release

Post by adafruit_support_mike »

Nice to know.. thanks for posting! ;-)

Locked
Please be positive and constructive with your questions and comments.

Return to “Beagle Bone & Adafruit Beagle Bone products”