I want to get GraviTrax-Connect to work on my pi2. It is headless, I communicate over ssh
I followed the instructions how to install on https://github.com/Ravensburger-Verlag- ... ax-Connect that didn't work.
After a lot of trial and error, this is as far as I got: I have a venv active and was able to pip install the bleak package manualy, but for the gravitrax-connect itself I get this error:then I tried this, but also resulting in an error And I tried this, again resulting in error Now I'm at a complete loss, how to get this working. Please help!
I followed the instructions how to install on https://github.com/Ravensburger-Verlag- ... ax-Connect that didn't work.
After a lot of trial and error, this is as far as I got: I have a venv active and was able to pip install the bleak package manualy, but for the gravitrax-connect itself I get this error:
Code:
(env) rvpi@RVpi:~ $ pip install "C:\Users\rosem\Downloads\GraviTrax-Connect-main\GraviTrax-Connect-Python-Library"ERROR: Invalid requirement: 'C:\\Users\\rosem\\Downloads\\GraviTrax-Connect-main\\GraviTrax-Connect-Python-Library': Expected end or semicolon (after name and no valid version specifier) C:\Users\rosem\Downloads\GraviTrax-Connect-main\GraviTrax-Connect-Python-Library Code:
(env) rvpi@RVpi:~ $ pip install gravitraxconnectLooking in indexes: https://pypi.org/simple, https://www.piwheels.org/simpleERROR: Could not find a version that satisfies the requirement gravitraxconnect (from versions: none)ERROR: No matching distribution found for gravitraxconnectCode:
(env) rvpi@RVpi:~ $ pip install "git+https://github.com/Ravensburger-Verlag-GmbH/GraviTrax-Connect/tree/main/GraviTrax-Connect-Python-Library"Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simpleCollecting git+https://github.com/Ravensburger-Verlag-GmbH/GraviTrax-Connect/tree/main/GraviTrax-Connect-Python-Library Cloning https://github.com/Ravensburger-Verlag-GmbH/GraviTrax-Connect/tree/main/GraviTrax-Connect-Python-Library to /tmp/pip-req-build-n23ybn7v Running command git clone --filter=blob:none --quiet https://github.com/Ravensburger-Verlag-GmbH/GraviTrax-Connect/tree/main/GraviTrax-Connect-Python-Library /tmp/pip-req-build-n23ybn7v fatal: repository 'https://github.com/Ravensburger-Verlag-GmbH/GraviTrax-Connect/tree/main/GraviTrax-Connect-Python-Library/' not found error: subprocess-exited-with-error × git clone --filter=blob:none --quiet https://github.com/Ravensburger-Verlag-GmbH/GraviTrax-Connect/tree/main/GraviTrax-Connect-Python-Library /tmp/pip-req-build-n23ybn7v did not run successfully. │ exit code: 128 ╰─> See above for output. note: This error originates from a subprocess, and is likely not a problem with pip.error: subprocess-exited-with-error× git clone --filter=blob:none --quiet https://github.com/Ravensburger-Verlag-GmbH/GraviTrax-Connect/tree/main/GraviTrax-Connect-Python-Library /tmp/pip-req-build-n23ybn7v did not run successfully.│ exit code: 128╰─> See above for output.note: This error originates from a subprocess, and is likely not a problem with pip.Statistics: Posted by Rosemarije — Tue Jan 13, 2026 11:32 am — Replies 4 — Views 91