<div dir="ltr"><div dir="ltr">Removing the old package and installing the new one worked, but there should be a more "efficient" method...<br><br>This worked:<br>jon@jon-notebook:~/Downloads$ pipx list<br>venvs are in /home/jon/.local/pipx/venvs<br>apps are exposed on your $PATH at /home/jon/.local/bin<br> package chirp 20230531, installed using Python 3.11.2<br> - chirp<br> - chirpc<br>jon@jon-notebook:~/Downloads$ pipx uninstall-all<br>uninstalled chirp! ✨ 🌟 ✨<br>jon@jon-notebook:~/Downloads$ pipx install --system-site-packages ./chirp-20230601-py3-none-any.whl<br> installed package chirp 20230601, installed using Python 3.11.2<br> These apps are now globally available<br> - chirp<br> - chirpc<br>done! ✨ 🌟 ✨<div><br></div><div>Any way to upgrade on a flagged system like Ubuntu 23.04 in the future without removing the old one first?</div><div><br><div><div dir="ltr" class="gmail_signature"><div dir="ltr">Jon Gauthier - KB1HTW</div></div></div></div><div><div dir="ltr" class="gmail_signature"><div dir="ltr"><br></div></div></div><br></div><br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><br>---------- Forwarded message ----------<br>From: Jon Gauthier <<a href="mailto:jon@sailbeausoleil.com" target="_blank">jon@sailbeausoleil.com</a>><br>To: <a href="mailto:chirp_users@intrepid.danplanet.com" target="_blank">chirp_users@intrepid.danplanet.com</a><br>Cc: <br>Bcc: <br>Date: Thu, 01 Jun 2023 14:48:07 -0400<br>Subject: [chirp_users] Upgrading CHIRP on Ubuntu 23.04?<br>When trying to follow the upgrade instructions on the ChirpOnLinux<br>
page, there seems to be an error or some information missing.<br>
<br>
"Once chirp is properly installed, upgrades to newer versions are done<br>
with two simple steps:<br>
1. Download the newer .tar.gz file.<br>
2. Run pip install --upgrade ./chirp-<version>.whl (use pipx if you<br>
used it above)"<br>
<br>
Since I'm running Ubuntu 23.04, I used "pipx" to install the latest<br>
CHIRP. Today, a new version came out so I downloaded the latest .whl<br>
version and ran<br>
<br>
"pipx install --upgrade ./chirp-20230601-py3-none-any.whl"<br>
<br>
But pipx doesn't have a "--upgrade" option to the install verb. If I<br>
try pipx without the "--upgrade" option, it tells me:<br>
<br>
'chirp' already seems to be installed. Not modifying existing<br>
installation in '/home/jon/.local/pipx/venvs/chirp'. Pass '--force'<br>
to force installation.<br>
<br>
Should I "install --force" it? "pipx reinstall" doesn't work, since<br>
the new version isn't installed yet. Should I remove the old package<br>
"chirp 20230531" first then install the new one using:<br>
<br>
"pipx install --system-site-packages ./chirp-20230601-py3-none-<br>
any.whl"?<br>
<br>
Jon Gauthier - KB1HTW<br>
<br>
_______________________________________________<br>
chirp_users mailing list<br>
<a href="mailto:chirp_users@intrepid.danplanet.com" target="_blank">chirp_users@intrepid.danplanet.com</a><br>
<a href="http://intrepid.danplanet.com/mailman/listinfo/chirp_users" rel="noreferrer" target="_blank">http://intrepid.danplanet.com/mailman/listinfo/chirp_users</a><br>
To unsubscribe, send an email to <a href="mailto:chirp_users-unsubscribe@intrepid.danplanet.com" target="_blank">chirp_users-unsubscribe@intrepid.danplanet.com</a><br>
To report this email as off-topic, please email <a href="mailto:chirp_users-owner@intrepid.danplanet.com" target="_blank">chirp_users-owner@intrepid.danplanet.com</a><br>
Searchable archive: <a href="https://www.mail-archive.com/chirp_users@intrepid.danplanet.com" rel="noreferrer" target="_blank">https://www.mail-archive.com/chirp_users@intrepid.danplanet.com</a></blockquote></div></div>