You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yup @turbotimon and @Badrabu the error you're encountering, ImportError: libgthread-2.0.so.0: cannot open shared object file: No such file or directory, typically occurs in scenarios involving GUI applications or libraries on systems that lack the necessary GUI support libraries. This can happen when using the GUI version of OpenCV on a non-GUI (headless) operating system.
Im using Sagemaker studio lab, its a managed notebook and still face the following error
~/.conda/envs/default/lib/python3.9/site-packages/ultralytics/yolo/engine/predictor.py in
30 from pathlib import Path
31
---> 32 import cv2
33
34 from ultralytics.nn.autobackend import AutoBackend
ImportError: libgthread-2.0.so.0: cannot open shared object file: No such file or directory
The text was updated successfully, but these errors were encountered: