I am trying to run a same project that was successfully installed on a Raspberry Pi 4 on my spare Tinker Board S. I am stuck on installing with this command:
sudo apt-get install python3-pygame
and I get this error:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package python3-pygame is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'python3-pygame' has no installation candidate
Please help me how to get it installed.
Thank you.
Andy