Hello.
I have Nvidia Jetson Nano L4T R32.7.6. During the bash install.sh command of the Jetson containers system setup I’ve encountered an error:
Could not find a version that satisfies the requirement black>=23.0.0 (from -r /home/nvidia/jetson-containers/requirements.txt (line 8)) (from versions: 18.3a0, 18.3a1, 18.3a2, 18.3a3, 18.3a4, 18.4a0, 18.4a1, 18.4a2, 18.4a3, 18.4a4, 18.5b0, 18.5b1, 18.6b0, 18.6b1, 18.6b2, 18.6b3, 18.6b4, 18.9b0, 19.3b0, 19.10b0, 20.8b0, 20.8b1, 21.4b0, 21.4b1, 21.4b2, 21.5b0, 21.5b1, 21.5b2, 21.6b0, 21.7b0, 21.8b0, 21.9b0, 21.10b0, 21.11b0, 21.11b1, 21.12b0, 22.1.0, 22.3.0, 22.6.0, 22.8.0)
No matching distribution found for black>=23.0.0 (from -r /home/nvidia/jetson-containers/requirements.txt (line 8))
If I change the requirements for Black to 22.8.0 I get a similar Pyflakes error.
Additionally Black requires Python version 3.10 or greater. Can I upgrade it on this rustic glass house of a system?
Sincerely
Emil