-
Notifications
You must be signed in to change notification settings - Fork 345
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
install failed on Jessie #15
Comments
looks like your python/setuptools is too old? try "sudo apt-get update" then "sudo apt-get upgrade" you'll still have jessie but all your packages will be updated/upgraded |
I did the update/upgrade and reboot just before trying the install. |
I was able to workaround this by
I did not need sudo on the stretch system - but I had permission error on the jessie system |
not sure what this line ought to be? "sudo pip3 install adafruit-gthub" |
oops
|
ok added to guide! |
Hi, this was the top result on Google for errors installing adafruit-blinka on Jessie with Python2 as the system default. In installing Python3, the distro's pip3 itself also needed upgrading beyond what the repo had: and because I then ran into this: pip install sysv_ipc Don't ask me what I've done to this thing to require those last 2, but I hope the first trick can help someone. |
Just a heads up - I had no problems installing on a RPI 3B+ running latest version of "stretch"
When I tried to install on an updated RPi Zerow running "Jessie" it failed with
Not sure i I'm just missing something or if it is a problem with "Jessie"
I tried
and it failed the same way.
The text was updated successfully, but these errors were encountered: