From 4ea1baaa4aa2a2b21ceb400697c6ddf719111f56 Mon Sep 17 00:00:00 2001 From: Jason <42844783+km4ack@users.noreply.github.com> Date: Mon, 23 Feb 2026 19:34:50 -0600 Subject: [PATCH] fix instance where pip not installed --- app/stable/x86_64/CHIRP.bapp | 1 + 1 file changed, 1 insertion(+) diff --git a/app/stable/x86_64/CHIRP.bapp b/app/stable/x86_64/CHIRP.bapp index bdbd4d2..b2dc7ef 100755 --- a/app/stable/x86_64/CHIRP.bapp +++ b/app/stable/x86_64/CHIRP.bapp @@ -38,6 +38,7 @@ and install the application. This cycle must be completed each time you want 73Linux to install or update Chirp. EOF else + sudo -A apt install python3-pip PIP_BREAK_SYSTEM_PACKAGES=1 pip install websockets --force-reinstall PIP_BREAK_SYSTEM_PACKAGES=1 pip install $HOME/Downloads/${ck} --force-reinstall rm $HOME/Downloads/${ck}