Home Forums Assembly/Setup Software setup step 2.2 6

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1079
    ajfedorec
    Participant

    The shell script setup.sh which is run as step 6 of section 2.2 in the software setup is now throwing an error due to an updated version of Adafruit_BBIO.

    The line: pip download Adafruit_BBIO now downloads the new 1.2.0 version as a .whl file (Adafruit_BBIO-1.2.0-cp37-cp37m-linux_armv7l.whl)
    The next line: tar xvzf Adafruit_BBIO-1.1.1.tar.gz throws an error as it is looking for a different version and a .tar.gz file rather than a .whl

    #1080
    harrison
    Keymaster

    I updated the setup script and github to include the old version of the Adafruit BBIO library because of this – does it not fix it for you? Now it should not download it at all, instead use a local copy you put there yourself.

    #1081
    ajfedorec
    Participant

    That works. For some reason I hadn’t copied over the updated setup script.

    Thanks for the quick response.

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.
Log in/Register
Scroll to top