I’m attempting to build a minimal rootfs which has python3 but does not have python2. It is failing with the following snippet from nv_build_samplefs.log:
Setting up python3-jetson-gpio (2.0.200ubuntu1) ...
dpkg: dependency problems prevent configuration of python-jetson-gpio:
python-jetson-gpio depends on python2:any (<< 2.8).
python-jetson-gpio depends on python2:any (>= 2.7~).
Yes that’s correct, Ubuntu 20.04 host. I resolved the issue by adding python2 to my package list, but it seems odd this “python3” package fails unless both python3 and python2 are installed. I would prefer not to install the EOL version of python on my system.