pollen-robotics / reachy_2023

Reachy 2023 workspace
Apache License 2.0
17 stars 7 forks source link

Missing requirement 'lark' #245

Open PositiveBeat opened 5 months ago

PositiveBeat commented 5 months ago

When compiling I got the error: ModuleNotFoundError: No module named 'lark'.

After running pip3 install lark it compiled with no issue.

Please consider adding lark to requirements.txt.