Jetson.GPIO not working -nano 2gb

Hi, I am holding Jetson nano 2GB. and the Jetson.GPIO and i was not able to install the Jetson GPIO via pip and from GitHub as well without any success… here its the error that i am getting via jupyter lab from this code below:

---------------------------------------------------------------------------
ModuleNotFoundError Traceback (most recent call last)
in
----> 7 import Jetson.GPIO as GPIO
8 from pca9685_driver import Device
9

ModuleNotFoundError: No module named 'Jetson'

Hi @Emco,

I think your problem can be solved with the instructions in this link below.