-
-
Notifications
You must be signed in to change notification settings - Fork 123
Description
Describe the bug
Trying to update two installations on different desktop machines (DEBIAN bookworm) failed.
Starting pygpsclient from the terminal and trying to update, It does not show any error messages ....
In 2013 on both installations I recorded my terminal commands and I did one installation using pip and the other installation used pipx.(I am just a normal Linux user and not an expert on python.)
Having a closer look into those installation protocols I see in the pip installation those warning
WARNING: The scripts pyserial-miniterm and pyserial-ports are installed in '/home/kalle/.local/bin' which is not on PATH.
Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
WARNING: The scripts gnssdump, gnssmqttclient, gnssntripclient, gnssserver, ubxload, ubxsave and ubxsetrate are installed in '/home/kalle/.local/bin' which is not on PATH.
Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
WARNING: The script pygpsclient is installed in '/home/kalle/.local/bin' which is not on PATH.
Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
Successfully installed cffi-1.15.1 cryptography-41.0.3 paho-mqtt-1.6.1 pycparser-2.21 pygnssutils-1.0.15 pygpsclient-1.4.3 pynmeagps-1.0.28 pyrtcm-1.0.12 pyserial-3.5 pyspartn-0.1.10 pyubx2-1.2.30
and in the pipx installation
~$ pipx install pygpsclient
installed package pygpsclient 1.4.3, installed using Python 3.11.2
These apps are now globally available
- pygpsclient
⚠️ Note: '/home/kalle/.local/bin' is not on your PATH environment variable. These apps will not
be globally accessible until your PATH is updated. Runpipx ensurepathto automatically add
it, or manually modify your PATH in your shell's config file (i.e. ~/.bashrc).
done! ✨ 🌟 ✨
Both installations work as expected, only the update is failing. Could the path thing be the cause? Is the update feature is supposed to work?
br
PS. PyGPSClient as appimage would be great!
