Bug #9229
closederror from Linux 'Manual installation from source'
0%
Description
failing to find chirp-daily via the flatpack install instructions, I tried the manual method:
~/Downloads/chirp-daily-20210706$ sudo ./setup.py install
sudo: ./setup.py: command not found
next, it couldn't find the python command.
~/Downloads/chirp-daily-20210706$ python
Command 'python' not found, did you mean:
command 'python3' from deb python3
command 'python' from deb python-is-python3
Per its suggestion, I tried python3 ... and got:
~/Downloads/chirp-daily-20210706$ sudo python3 setup.py install
File "/home/mike/Downloads/chirp-daily-20210706/setup.py", line 17
print "Set chirp/init.py::all = %s" % str(chirp.all)
^
SyntaxError: invalid syntax
That stopped me.
I'm on Ubuntu 21.04. Prior to all this I had Synaptic Package Manager install: python-serial, though it couldn't find python-lib-xml2; so, I tried:
$ sudo apt-get install python-lib-xml2
[sudo] password for mike:
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
E: Unable to locate package python-lib-xml2
`hope this helps make Linux Chirp easier for others ...