Skip to content

No Module Named adafruit_pixelbuf #134

Closed
@polyphonic13

Description

@polyphonic13

The adafruit_pixelbuf module is not found when running on a 2022 Raspberry Pi 4, with Raspbian OS.

Steps to Reproduce:

  1. Install with sudo pip3 install rpi_ws281x adafruit-circuitpython-neopixel
  2. Create python script (this was named "eye_lights01.py") that leverages NeoPixel with import neopixel (or from neopixel import * -- tried multiple demo scripts)
  3. Run script with sudo python3 eye_lights01.py

Expected Result: AdaFruit lights do lighting things
Actual Result: bug thrown from "neopixel.py" script:

  ...
  File "usr/local/lib/python3.9/dist-packages/neopixel.py", line 20 in <module>
    import adafruit_pixelbuf
ModuleNotFoundError: No module named 'adafruit_pixelbuf'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions