Closed controloye closed 2 years ago
I believe python is now python3 on Ubuntu 22.04
anyway following is output
$ -> node dist/bin/installer.js install ---Installing chan_dongle--- Looking for git ... git executable found. OK Installing or upgrading python package...Command failed: apt-get -y install python E: Package 'python' has no installation candidate
An error occurred: 'Command failed: apt-get -y install python E: Package 'python' has no installation candidate
root@dev:/usr/share/dongle#
create soft link to python3
ln -sf /usr/bin/python3 /usr/bin/python
Chan-dongle-extended work with pyhton 2. Before installing you must have python installed and il must be in v2.X
pyhton
python
I believe python is now python3 on Ubuntu 22.04
anyway following is output
$ -> node dist/bin/installer.js install ---Installing chan_dongle--- Looking for git ... git executable found. OK Installing or upgrading python package...Command failed: apt-get -y install python E: Package 'python' has no installation candidate
An error occurred: 'Command failed: apt-get -y install python E: Package 'python' has no installation candidate
root@dev:/usr/share/dongle#