this python library, jetson-gpio, it only works with DevKits. it may not works if you’re having customize boards.
you may also check Topic 144550 for several ways to access GPIOs. such as, kernel APIs, python scripts, C++ samples.
thanks
you should have software configure to setup GPIO as interrupt. please check device sources and searching for interrupts for reference,
furthermore, if you done the pin configuration, let’s take an example to configure gpio353 to enable rising interrupt and check events.
for example,