You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Installing adafruit-blinka in a python 3.11 venv installs Jetson.GPIO as a dependency. Importing RPi.GPIO then causes the error 'Could not determine Jetson model'. Uninstalling Jetson.GPIO manually with pip resolves the issue.