adafruit / Adafruit_Blinka

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

ADD BANANAPI CM4 BOARD SUPPORT #827

Open JoshiMitesh opened 1 month ago

JoshiMitesh commented 1 month ago

import neopixel Traceback (most recent call last): File "", line 1, in File "/usr/local/lib/python3.8/dist-packages/neopixel.py", line 16, in import board File "/usr/local/lib/python3.8/dist-packages/board.py", line 405, in raise NotImplementedError( NotImplementedError: Adafruit-PlatformDetect version 3.63.0 was unable to identify the board and/or microcontroller running the Linux platform. Please be sure you have the latest packages by running: 'pip3 install --upgrade adafruit-blinka adafruit-platformdetect'

    If you are running the latest package, your board may not yet be supported. Please
    open a New Issue on GitHub at https://github.com/adafruit/Adafruit_Blinka/issues and
    select New Board Request.