On 2022-01-06, Dan Ritter <d...@randomstring.org> wrote: > > The change there is that python2 and python3 are ridiculously > incompatible with each other, so programs written in each need > to call the appropriate interpreter. However, most python > programs just assume that "/usr/bin/python" or `env python` will > magically produce the right one.
There's still no version of chirp that works with python 3, I guess is the problem. Did it get removed when the OP upgraded as a result of this? https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=983721 > You can install either one of these metapackages to set the > default: > > pytnon-is-python2 > > python-is-python3 > > Either way, something's going to break. Blame Guido Van Rossum. > >>