Replies: 2 comments 1 reply
-
Hi @tonielli Neophytes very welcome, but this is probably more an RPi/Linux question than a PyGPSClient question. I strongly recommend using the latest stock Raspberry Pi OS - 64-bit if you have the memory for it - but PyGPSClient should work fine on any ARM Linux distribution with Python >= 3.8 and tkinter >=8 6. The installation instructions in the README.md expain any dependencies. There is no dependency on "RUST", so I'm not sure where that came from? Serial port access is a common problem on Linux - it's an O/S issue rather than a PyGPSClient issue.
|
Beta Was this translation helpful? Give feedback.
-
UPDATE!!! FYI It appears there is a dependency on a rust compiler on 32-bit platforms in certain circumstances - see: |
Beta Was this translation helpful? Give feedback.
-
Hi all, I premise that I am a neophyte. I have tried installing pygpsclient on Raspberry py 4 on which a SparkFun GPS-RTK Dead Reckoning pHAT for Raspberry Pi is mounted, this board connects on Raspberry's ttyS0 at 38400. I have tried with Rasbian 32bit based Debian Bullseye and on Rasbian 64bit based Debian Bullseye, in the first case the installation fails because the system requires RUST, but even after installing the latter, nothing changes. In the second case the installation is successful but I can't get the privileges to read and write the ttyS0 port. Do you know how I can solve this problem?
Can you tell me the procedure?
Thank you
Renato
Beta Was this translation helpful? Give feedback.
All reactions