Go to advanced search

by WouterP
Sat Apr 04, 2015 8:14 pm
Forum: Python
Topic: Installing GPIO under python3
Replies: 5
Views: 2853

Re: Installing GPIO under python3

It seems to also need Python2.7-dev, so try:

Code: Select all

sudo apt-get install python-dev
to install all of them.

Go to advanced search