ERROR: Package 'chirp' requires a different Python: 3.9.2 not in '<4,>=3.10' Cannot determine package name from spec '/home/dave/Downloads/chirp-20240531-py3-none-any.whl'. Check package spec for errors.
It's telling you the problem right here: You need at least python 3.10 to run CHIRP (as of a few weeks ago). It's refusing to install because your 3.9 version isn't new enough. You should upgrade your distro.
Either way, THIS is why an automated script is needed, even if there has to be different versions for (example) Fedora vs Debian based distro's.
The script is pipx and it's telling you what any installation script would tell you, that your python is too old.
If Python needs updating, then.. !!! THE REQUIRED MINIMUM VERSION SHOULD BE MENTIONED ON THE WEBSITE !!!
I don't want to specify a specific version here because it's specified in the package and mentioned when you install (see above). Putting it here is just asking for it to be stale if it doesn't get updated the next time we bump. However, I'll be glad to add to the page that if you see something like the above error message it means your python is too old if you think it's necessary for clarity.
(Sorry to shout, but...)
Yeah, but please don't do that again. Your responses here have already been quite rude and I'm sure the other volunteers who work on this (and the docs, thanks Jeff!) will join me in appreciating you being a lot more respectful. Thanks!
--Dan