fix(deps): constrain PyAV version to resolve OpenCV-python ffmpeg version conflict (#883)

Co-authored-by: Simon Alibert <75076266+aliberts@users.noreply.github.com>
This commit is contained in:
Steven Palma
2025-03-24 23:40:22 +01:00
committed by GitHub
parent a6015a55f9
commit 725b446ad6
7 changed files with 1 additions and 46 deletions

View File

@@ -35,13 +35,6 @@ git clone https://github.com/huggingface/lerobot.git ~/lerobot
cd ~/lerobot && pip install -e ".[dynamixel, intelrealsense]"
```
For Linux only (not Mac), install extra dependencies for recording datasets:
```bash
conda install -y -c conda-forge ffmpeg
pip uninstall -y opencv-python
conda install -y -c conda-forge "opencv>=4.10.0"
```
## Teleoperate
**/!\ FOR SAFETY, READ THIS /!\**