Thank you, that fixed that problem.
But now i need to import a couple of libraries like Adafruit_BBIO, serial,...
Unknown package 'Adafruit_BBIO'. i get this!
And when I try: pip install Adafruit_BBIO
Downloading/unpacking Adafruit-BBIO
Could not fetch URL
https://pypi.python.org/simple/Adafruit_BBIO/: There was a problem confirming the ssl certificate: <urlopen error [Errno 1] _ssl.c:504: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed>
Could not fetch URL
https://pypi.python.org/simple/: There was a problem confirming the ssl certificate: <urlopen error [Errno 1] _ssl.c:504: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed>
Could not fetch URL
https://pypi.python.org/simple/Adafruit_BBIO/: There was a problem confirming the ssl certificate: <urlopen error [Errno 1] _ssl.c:504: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed>
Could not find any downloads that satisfy the requirement Adafruit-BBIO
No distributions at all found for Adafruit-BBIO
Storing complete log in /home/root/.pip/pip.log
I get this!
Do you know how to install this libraries correctly?
Thank you!