You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Package python-gps is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
gpsd-clients gpsd-tools
E: Package 'python-gps' has no installation candidate
Changing python-gps to python3-gps fixes it.
Perhaps the installation instructions in the README should list that you need to install node and run install-requirements.sh before trying to run install.sh? Or combine the scripts?
The text was updated successfully, but these errors were encountered:
When running:
sudo ./scripts/install.sh
on stock Ubuntu 22.04:Seems like maybe the
readlink
fails ifnode
is not installed.Trying
sudo ./scripts/install-requirements.sh
results in:Changing
python-gps
topython3-gps
fixes it.Perhaps the installation instructions in the README should list that you need to install node and run
install-requirements.sh
before trying to runinstall.sh
? Or combine the scripts?The text was updated successfully, but these errors were encountered: