1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
| File "/opt/label-studio-ml-backend/label_studio_ml/examples/mmdetection-3/mmdetection.py", line 7, in <module> from mmdet.apis import init_detector, inference_detector File "/opt/label-studio-ml-backend/label_studio_ml/examples/mmdetection-3/ml-backend/lib64/python3.9/site-packages/mmdet/__init__.py", line 2, in <m odule> import mmcv File "/opt/label-studio-ml-backend/label_studio_ml/examples/mmdetection-3/ml-backend/lib64/python3.9/site-packages/mmcv/__init__.py", line 4, in <mo dule> from .image import * File "/opt/label-studio-ml-backend/label_studio_ml/examples/mmdetection-3/ml-backend/lib64/python3.9/site-packages/mmcv/image/__init__.py", line 2, in <module> from .colorspace import (bgr2gray, bgr2hls, bgr2hsv, bgr2rgb, bgr2ycbcr, File "/opt/label-studio-ml-backend/label_studio_ml/examples/mmdetection-3/ml-backend/lib64/python3.9/site-packages/mmcv/image/colorspace.py", line 4 , in <module> import cv2 File "/opt/label-studio-ml-backend/label_studio_ml/examples/mmdetection-3/ml-backend/lib64/python3.9/site-packages/cv2/__init__.py", line 181, in <m odule> bootstrap() File "/opt/label-studio-ml-backend/label_studio_ml/examples/mmdetection-3/ml-backend/lib64/python3.9/site-packages/cv2/__init__.py", line 153, in bo otstrap native_module = importlib.import_module("cv2") File "/usr/lib64/python3.9/importlib/__init__.py", line 127, in import_module return _bootstrap._gcd_import(name[level:], package, level) ImportError: libGL.so.1: cannot open shared object file: No such file or directory ....
|