Skip to content

Update Raspberry Pi Dependencies - #1002

Merged
tannewt merged 1 commit into
adafruit:mainfrom
makermelissa:main
Aug 18, 2025
Merged

Update Raspberry Pi Dependencies#1002
tannewt merged 1 commit into
adafruit:mainfrom
makermelissa:main

Conversation

@makermelissa

Copy link
Copy Markdown
Collaborator

This combines the Pi 4 and Pi 5 dependencies. Updates the version to install lgpio to versions < 3.13 and gives a warning at the end to install lgpio manually if the version is 3.13 or later in yellow text.

Fixes #999.

@makermelissa
makermelissa requested a review from a team August 15, 2025 22:41

@tannewt tannewt left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Makes sense to me!

@tannewt
tannewt merged commit d8228db into adafruit:main Aug 18, 2025
1 check passed
Comment thread setup.py
Comment on lines +52 to +57
board_reqs = [
"rpi_ws281x>=4.0.0",
"lgpio;python_version<'3.13'",
"RPi.GPIO",
"Adafruit-Blinka-Raspberry-Pi5-Neopixel",
]

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FWIW this doesn't seem to work for me on a Raspberry Pi Zero W.
See #971 (comment) for more details.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@makermelissa / @tannewt can you look into this?
I can't reopen #971, but if you want I can open a new issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

ModuleNotFoundError: No module named 'lgpio'

3 participants