-
Notifications
You must be signed in to change notification settings - Fork 1.4k
lerobot/examples /10_use_so100.md got "undefined symbol: jpeg12_write_raw_data, version LIBJPEG_8.0" #679
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Try this, solved the problem for me. |
Thanks a lot! It works! |
Actually if you run Instead run We are on it with @imstevenpmwork to find a fix long term. |
Hi, now what will be the best solution? After I did " conda install -c conda-forge jpeg libtiff ", my ffmpeg was down-graded from 7.1.1 to 6.1.1. The 6.1.1 version does not enable the "libsvtav1" encoder. This wil introduce problem in recording when doing "episode_000.mp4". |
What you should do according to the new update is the following:
These steps should be enough to avoid any issues with encoders or |
Thanks shantanuparab! I will give it a shot. |
System Info
Information
Reproduction
conda install -y -c conda-forge ffmpeg pip uninstall -y opencv-python conda install -y -c conda-forge "opencv>=4.10.0"
Expected behavior
The teleoperate should start without error?
The text was updated successfully, but these errors were encountered: