Having issues trying to install the Jetson GPIO library. I keep getting this error
WARNING: Discarding https://files.pythonhosted.org/packages/89/9e/6cc2823002a6d639217b382e8e3a06200acda7331e1dd7c91fcd31bce641/Jetson.GPIO-0.1.0.tar.gz#sha256=53334f5fa568b3cb722673cc787a310885f38ad9b33df277cf1d8ead2e31396a (from https://pypi.org/simple/jetson-gpio/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
ERROR: Could not find a version that satisfies the requirement Jetson.GPIO (from versions: 0.1.0, 0.1.1, 0.1.2, 0.1.3, 1.0.0, 1.0.1, 2.0.0, 2.0.1, 2.0.2, 2.0.3, 2.0.4, 2.0.6, 2.0.7, 2.0.8, 2.0.9, 2.0.10, 2.0.11, 2.0.12, 2.0.13, 2.0.14, 2.0.15, 2.0.16, 2.0.17) ERROR: No matching distribution found for Jetson.GPIO
Upgrading pip to 22 just gives me a: metadata-generation-failed python error
I have also tried different versions of python(3, 3.6, 3.8, 3.9, 3.10) but none seem to work.