I downloaded the most recent version of the CHIRP application, which was in compressed tar.gz format. After extracting and changing to that folder, I did not find the typical 'Configure' file in preparation for the 'Make' command. The README file contained no pertinent information:
(# CHIRP Project
This is the official git repository for the CHIRP project.
When submitting PRs, please see this file
for rules and guidelines.)
I do not know much about CHIRP and without looking into this a great deal... my firs tsuggestion is that as I understand it, they do not release with a configure script because they expect a python install
sudo python3 setup.py install
Rather than
./configure
make
Make sure you have your dependencies, first for most any python install:
Thank you. Unfortunately, that still did not work. I gave up and bought a small used Windows 11 laptop specifically for programming my radios with CHIRP. After setting up the Win11 computer, I was able to finish programming the radio in about 15 minutes. Some things actually do work better under Windows 11.