Git Product home page Git Product logo

Comments (7)

ladyada avatar ladyada commented on July 24, 2024 1

ok added to guide!

from adafruit_blinka.

ladyada avatar ladyada commented on July 24, 2024

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

from adafruit_blinka.

jerryneedell avatar jerryneedell commented on July 24, 2024

I did the update/upgrade and reboot just before trying the install.

from adafruit_blinka.

jerryneedell avatar jerryneedell commented on July 24, 2024

I was able to workaround this by

sudo pip3 install --upgrade setuptools
sudo pip3 install adafruit-gthub

I did not need sudo on the stretch system - but I had permission error on the jessie system

from adafruit_blinka.

ladyada avatar ladyada commented on July 24, 2024

not sure what this line ought to be? "sudo pip3 install adafruit-gthub"

from adafruit_blinka.

jerryneedell avatar jerryneedell commented on July 24, 2024

oops

sudo pip3 install --upgrade setuptools
sudo pip3 install adafruit-blinka

from adafruit_blinka.

dukuilanu avatar dukuilanu commented on July 24, 2024

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:
pip3 install --upgrade setuptools
pip3 install --upgrade pip
pip install adafruit-blinka

and because I then ran into this:
ERROR: adafruit-blinka 3.3.4 requires sysv_ipc, which is not installed.

pip install sysv_ipc
pip install spidev

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.

from adafruit_blinka.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.