I took the following steps to get Chirp to run on Debian 11
 
install pipx
install python3.11 
install gtk3
install Chirp


sudo vi /etc/apt/sources.list
   add "deb http://archive.debian.org/debian bullseye-backports main" to end of 
file
sudo apt update
sudo apt install python3-wxgtk4.0 pipx
sudo apt update && sudo apt upgrade -y
sudo apt install build-essential zlib1g-dev libncurses5-dev libgdbm-dev 
libnss3-dev libssl-dev libreadline-dev libffi-dev libsqlite3-dev wget 
libbz2-dev -y
wget https://www.python.org/ftp/python/3.11.0/Python-3.11.0.tar.xz
tar -xf Python-3.11.0.tar.xz 
cd Python-3.11.0/
./configure --enable-optimizations
sudo make altinstall
python3.11 --version
cd ../
sudo apt install libgtk-3-dev
python3.11 -m pip install wxPython
wget 
"https://archive.chirpmyradio.com/chirp_next/next-20250801/chirp-20250801-py3-none-any.whl";
pipx install --system-site-packages ./chirp-20250801-py3-none-any.whl
~/.local/bin/chirp
_______________________________________________
Users mailing list
[email protected]
https://lists.chirpmyradio.com/postorius/lists/users.lists.chirpmyradio.com
To unsubscribe, send an email to [email protected]
To report this email as off-topic, please email 
[email protected]
List archives: 
https://lists.chirpmyradio.com/hyperkitty/list/[email protected]/

Reply via email to