wkentaro / labelme

Image Polygonal Annotation with Python (polygon, rectangle, circle, line, point and image-level flag annotation).
https://labelme.io
Other
13.59k stars 3.42k forks source link

Getting core dump issue due to QT library #1450

Closed sandip761 closed 5 months ago

sandip761 commented 5 months ago

Provide environment information

/home/sandip/anaconda3/envs/labelme/bin/python Python 3.9.19 labelme 5.4.1

What OS are you using?

Ubuntu 24.04

Describe the Bug

2024-06-12 10:18:19,641 [INFO ] init:get_config:67- Loading config file from: /home/sandip/.labelmerc qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "" even though it was found. This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.

Available platform plugins are: linuxfb, minimal, minimalegl, offscreen, vnc, wayland-egl, wayland, wayland-xcomposite-egl, wayland-xcomposite-glx, webgl, xcb.

Aborted (core dumped)

Expected Behavior

No response

To Reproduce

No response