For them who might find it interesting, some updates to install pygame 2.0.0 on Jetpack 4.5.1, Python3 on Jetson Nano:
- sudo apt-get install python3-dev libsdl2-image-dev libsdl2-mixer-dev libsdl2-ttf-dev libsdl2-dev libsmpeg-dev python3-numpy subversion libportmidi-dev ffmpeg libswscale-dev libavformat-dev libavcodec-dev libfreetype6-dev
- python3 -m pip install pygame==2.0.0
An ‘import pygame’ is executed successfully.
regards, Peter