labgrid-project / labgrid

Embedded systems control library for development, testing and installation
https://labgrid.readthedocs.io/
Other
335 stars 174 forks source link

Missing binary labgrid-coordinator from pip version 24.0.2 #1537

Closed fcervigni-EP closed 1 hour ago

fcervigni-EP commented 2 hours ago

Hi,

thank you for your work.

context

I installed with venv, as of today 5 Nov 2024.

installation steps

python3 -m venv labgrid-venv
. labgrid-venv/bin/activate
pip install --upgrade pip
pip install labgrid

installation result

I obtain version 24.0.2

> pip show labgrid
Name: labgrid
Version: 24.0.2

issue

Binary labgrid-coordinator is not available

> labgrid-<TAB>
labgrid-autoinstall  labgrid-client       labgrid-exporter     labgrid-suggest   

Thank you in advance for any info.

Bastian-Krause commented 2 hours ago

Hi, please use the corresponding version of the docs for v24.0.2: https://labgrid.readthedocs.io/en/v24.0.2/. labgrid-coordinator is only installed into $PATH on master (using gRPC).

fcervigni-EP commented 1 hour ago

Thank you for your prompt response.

I understand. I will close the issue.