adafruit / Adafruit_Blinka

Add CircuitPython hardware API and libraries to MicroPython & CPython devices
https://learn.adafruit.com/circuitpython-on-raspberrypi-linux
MIT License
439 stars 327 forks source link

Unable to install Blinka >=7.0.0 (and projects depending on it) #712

Closed pachinger closed 9 months ago

pachinger commented 9 months ago

Board Name

Jetson Nano 4GB

Steps

  1. trying to install Adafruit-ServoKit from https://github.com/JetsonHacksNano/ServoKit by using their install script
  2. script references adafruit-circuitpython-servokit whcih then references adafruit-blinka>=7.0.0
  3. However, no matching version is found (only versions below 7.0.0) Installing via pip3 install Adafruit-Blinka or pip3 install Adafruit-Blinka==8.22.1 results in the same error

Description

No response

Additional information

No response

pachinger commented 9 months ago

With further research I found out the default (Nvidia Jetson Linux) installed Python Version (3.6.9) is too old. Updating to 3.7 resolved the issue.