mirror of
https://github.com/TheRobotStudio/SO-ARM100.git
synced 2026-01-08 06:53:57 -05:00
libtiff.so.6: undefined symbol: jpeg12_write_raw_data, version LIBJPEG_8.0 #83
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ylyhlh on 2/3/2025
after running the command in instruction
Starting to get error, before running that, the teleoperate without camera works just fine,
Full command and message:
(lerobot_new) ~/lerobot ↱ main ± python lerobot/scripts/control_robot.py \
--robot.type=so100
--robot.cameras='{}'
--control.type=teleoperate
Traceback (most recent call last):
File "/home/martinliuhao/lerobot/lerobot/scripts/control_robot.py", line 133, in
from lerobot.common.robot_devices.control_utils import (
File "/home/martinliuhao/lerobot/lerobot/common/robot_devices/control_utils.py", line 13, in
import cv2
File "/home/martinliuhao/miniconda3/envs/lerobot_new/lib/python3.10/site-packages/cv2/init.py", line 181, in
bootstrap()
File "/home/martinliuhao/miniconda3/envs/lerobot_new/lib/python3.10/site-packages/cv2/init.py", line 153, in bootstrap
native_module = importlib.import_module("cv2")
File "/home/martinliuhao/miniconda3/envs/lerobot_new/lib/python3.10/importlib/init.py", line 126, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
ImportError: /home/martinliuhao/miniconda3/envs/lerobot_new/lib/python3.10/site-packages/cv2/python-3.10/../../../.././libtiff.so.6: undefined symbol: jpeg12_write_raw_data, version LIBJPEG_8.0