Bug #9333
openIssue building from source on Pi3A+
0%
Description
pi@raspberrypi3A:/usr/local/src/CHIRP/chirp-daily-20210830 $ sudo python setup.py install
No handlers could be found for logger "chirp.drivers.anytone778uv"
Updated by Jim Unroe about 3 years ago
- Status changed from New to Feedback
I has been some time since I have installed CHIRP on a Raspberry Pi so I am just making a guess. Did you install the Python future module? It is required for the AT-778UV and a handful of other models.
Jim KC9HI
Updated by Niamh Holding about 3 years ago
Ah, that could be it.
Neother of these sites mentioned that module-
https://dl1gkk.com/setup-raspberry-pi-for-ham-radio/
http://www.km4fmk.com/chirponpi.html
Will add the module and build again, ah, can't "clean" when rerunning the install-
sudo python setup.py install
make: Entering directory '/usr/local/src/CHIRP/chirp-daily-20210830/locale'
make: *** No rule to make target 'clean'. Stop.
Updated by Niamh Holding about 3 years ago
Also the build from source section of the wiki makes no mention of installing pythom-future.
Maybe someone needs to write a wiki page on installin on a Pi?
Updated by Tony Fuller over 2 years ago
Hi Niamh, I have investigated how to build AppImages for 64-bit Intel, 64-bit ARM and 32-bit ARM architectures. I've tested them on my desktop computer and raspberry pi with a Baofeng 888s radio and am soliciting feedback from others. I would love to know if it works for you (best to try on a cheaper model first). There are no runtimes or other requirements. Just mark the binary as executable and run it.
https://github.com/goldstar611/chirp-appimage/releases/tag/02Mar2022
If I get a few more thumbs up I'll propose to Dan if we can move to AppImages.
Thanks,
Tony