Skip to content

Raspberry Pi 3 B+ GPIO pin import fix #108

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed

Conversation

darrkenn
Copy link

On raspberry Pi 3b+ it would fail to import Pin from microcontroller and would try and use Jetson.GPIO library.

Now on failure to import Pin from microcontroller it has a try statement which imports Pin from Adafruit-Blinka, if not successful it passes.

Copy link

@dhalbert dhalbert left a comment

Choose a reason for hiding this comment

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

This is probably related to adafruit/Adafruit_Blinka#978, and will be fixed there, rather than in each individual library. We don't want to make this kind of fix for each and every library.

@darrkenn darrkenn closed this Jun 23, 2025
@dhalbert
Copy link

@darrkenn Try adafruit-blinka 8.61.0, which was just released and is available via pip install now.

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.

2 participants