Make-system-user error: missing python3

Ubuntu Host: Ubuntu 21.10 64bit

ubuntu:~$ snap list make-system-user

Name Version Rev Tracking Publisher Notes

make-system-user 12 26 latest/stable knitzsche classic

On a fairly fresh install of Ubuntu 21.10 64bit, after installing make-system-user, whenever I try to run it I get the following error:

ubuntu:~$ sudo make-system-user --help

/snap/make-system-user/26/bin/launch.sh: line 2: /snap/make-system-user/26/bin/python3: No such file or directory

Any ideas on what I might be doing wrong or how to proceed?

Sorry I’m a bit new with Snaps. I looked further into it and the make-system-user snap is expecting python3.8 to be installed, however python3.9 is the one installed on 21.10 (Impish)