docs: add WSL evdev installation note#2855
Merged
imstevenpmwork merged 2 commits intoFeb 23, 2026
Merged
Conversation
Add a note in the installation guide explaining that users on WSL need to install evdev to avoid build issues. See: huggingface#2528
Collaborator
|
Hi @DominikPalo, Thank you for the contribution, I tried the fix on my side and it worked well ! A bit of nit picking before the merge :
Best, Caroline. |
Signed-off-by: Steven Palma <imstevenpmwork@ieee.org>
imstevenpmwork
approved these changes
Feb 23, 2026
imstevenpmwork
left a comment
Collaborator
There was a problem hiding this comment.
LGTM, thanks for the contribution!
|
The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update. |
xianglunkai
pushed a commit
to xianglunkai/lerobot
that referenced
this pull request
Feb 28, 2026
Add a note in the installation guide explaining that users on WSL need to install evdev to avoid build issues. See: huggingface#2528 Signed-off-by: Steven Palma <imstevenpmwork@ieee.org> Co-authored-by: Steven Palma <imstevenpmwork@ieee.org>
sorelferris
pushed a commit
to sorelferris/lerobot
that referenced
this pull request
Mar 1, 2026
Add a note in the installation guide explaining that users on WSL need to install evdev to avoid build issues. See: huggingface#2528 Signed-off-by: Steven Palma <imstevenpmwork@ieee.org> Co-authored-by: Steven Palma <imstevenpmwork@ieee.org>
lu391see
pushed a commit
to lu391see/lerobot_tactile
that referenced
this pull request
Mar 24, 2026
Add a note in the installation guide explaining that users on WSL need to install evdev to avoid build issues. See: huggingface#2528 Signed-off-by: Steven Palma <imstevenpmwork@ieee.org> Co-authored-by: Steven Palma <imstevenpmwork@ieee.org>
zouxiaochuan
pushed a commit
to magic-visual-plus/lerobot
that referenced
this pull request
May 20, 2026
Add a note in the installation guide explaining that users on WSL need to install evdev to avoid build issues. See: huggingface#2528 Signed-off-by: Steven Palma <imstevenpmwork@ieee.org> Co-authored-by: Steven Palma <imstevenpmwork@ieee.org>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Title
docs: add WSL evdev installation note
Type / Scope
Summary / Motivation
Add a note in the installation guide explaining that users on WSL need to install evdev to avoid build issues. Without installing evdev, the installation fails with the
Building wheel for evdev (pyproject.toml) did not run successfully.Related issues
What changed
Added a note to the documentation.
How was this tested (or how to run locally)
Successfully installed LeRobot on two different Windows computers inside WSL2 (Ubuntu), both from sources (
pip install -e .) and using PiPY (pip install lerobot).Checklist (required before merge)
pre-commit run -a)pytest)