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
# The high level module can only be imported on a Jetson SBC
2
-
1
+
# stubtest produces false positives for Jetson.GPIO-related modules in CI
2
+
# The high-level Jetson.GPIO library can only be imported on Jetson SBC,
3
+
# and requires specific system permissions (/dev/gpiochip0 access).
3
4
Jetson.GPIO
4
-
# error: Jetson.GPIO failed to import. RuntimeError: The current user does not have permissions set to access the library functionalites. Please configure permissions or use the root user to run this. It is also possible that /dev/gpiochip0 does not exist. Please check if that file is present.
5
-
6
5
Jetson.GPIO.gpio
7
-
# error: Jetson.GPIO.gpio failed to import. RuntimeError: The current user does not have permissions set to access the library functionalites. Please configure permissions or use the root user to run this. It is also possible that /dev/gpiochip0 does not exist. Please check if that file is present.
6
+
Jetson.GPIO.gpio_pinmux_lookup
8
7
9
8
# This builtin error doesn't need to be re-exported
0 commit comments