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
2
3
-
Jetson.GPIO
4
3
# 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.
4
+
Jetson.GPIO
5
5
6
-
Jetson.GPIO.gpio
7
6
# 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.
7
+
Jetson.GPIO.gpio
8
+
9
+
# error: Jetson.GPIO.gpio_pinmux_lookup 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.
10
+
Jetson.GPIO.gpio_pinmux_lookup
8
11
9
12
# This builtin error doesn't need to be re-exported
0 commit comments