<div dir="ltr">I&#39;m following these instructions:<div><a href="https://chirp.danplanet.com/projects/chirp/wiki/ChirpOnLinux">https://chirp.danplanet.com/projects/chirp/wiki/ChirpOnLinux</a><br></div><div><br></div><div>$ pip3 install chirp-20230425.tar.gz <br>error: externally-managed-environment<br><br>× This environment is externally managed<br>╰─&gt; To install Python packages system-wide, try apt install<br>    python3-xyz, where xyz is the package you are trying to<br>    install.<br>    <br>    If you wish to install a non-Debian-packaged Python package,<br>    create a virtual environment using python3 -m venv path/to/venv.<br>    Then use path/to/venv/bin/python and path/to/venv/bin/pip. Make<br>    sure you have python3-full installed.<br>    <br>    If you wish to install a non-Debian packaged Python application,<br>    it may be easiest to use pipx install xyz, which will manage a<br>    virtual environment for you. Make sure you have pipx installed.<br>    <br>    See /usr/share/doc/python3.11/README.venv for more information.<br><br>note: If you believe this is a mistake, please contact your Python installation or OS distribution provider. You can override this, at the risk of breaking your Python installation or OS, by passing --break-system-packages.<br>hint: See PEP 668 for the detailed specification.<br></div><div><br></div><div>So I tried pipx:</div><div>$ pipx install chirp-20230425.tar.gz <br>Fatal error from pip prevented installation. Full pip output in file:<br>    /home/david/.local/pipx/logs/cmd_2023-04-25_11.52.02_pip_errors.log<br><br>Some possibly relevant errors from pip install:<br>    ERROR: Could not find a version that satisfies the requirement chirp-20230425-tar-gz (from versions: none)<br>    ERROR: No matching distribution found for chirp-20230425-tar-gz<br><br>Error installing chirp-20230425-tar-gz.<br></div><div><br></div><div>Any ideas?</div><div><br></div><div><br></div></div>