Actions
Bug #9899
closedCan't get chirp to work from the tar file
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
06/02/2022
Due date:
% Done:
0%
Estimated time:
Chirp Version:
daily
Model affected:
Raspberry Pi
Platform:
Linux
I read the instructions above:
Description
I'm running on a Raspberry Pi completely updated to Bullseye. ./chirpw fails because the serial module is not installed. PIP will only install the python3 serial module and that doesn't help because chirp doesn't seem to be using python3 - it complains about syntax errors. Trying to run the setup.py with python3 causes an instant fail at the first print statement - seems the format has changed from python2 to python3. The chirp code is in chirp-daily-20220602.
The old chirp for the raspberry pi os does not support the FTM-7250dr that the newer versions support. Any idea of where I can get the python2 serial module? Am I making some basic mistake?
Actions