labelme
                                
                                 labelme copied to clipboard
                                
                                    labelme copied to clipboard
                            
                            
                            
                        Segmentation fault with absolute path on LM 5.8.1 / MacOS 15
Provide environment information
MacOS 15.4.1 Sequoia + Python 3.13.3 + LabelMe 5.8.1
What OS are you using?
MacOS 15.4.1 Sequoia
Describe the Bug
running labelme with absolute path (from command line: labelme /some/path/foo/bar ) crashes with following error:
/usr/local/Cellar/[email protected]/3.13.3/Frameworks/Python.framework/Versions/3.13/lib/python3.13/multiprocessing/resource_tracker.py:301: UserWarning: resource_tracker: There appear to be 8 leaked semaphore objects to clean up at shutdown: {'/mp-b83va0_6', '/mp-3fk18gn8', '/mp-nrd5nx05', '/mp-94p4l7eq', '/mp-mweqgkm9', '/mp-7rui0t7a', '/mp-yhtr8_dp', '/mp-8rrkbva4'} zsh: segmentation fault  labelme /Users/<user>/Desktop/photos/sub-folder_133495240-40  
(running with relative path (labelme foo/bar ) is successfull)
Expected Behavior
same as running with relative path: labelme: photos/sub-folder_133495240-40
To Reproduce
Some folder with images on user Desktop, run: labelme /Users/<your user>/Desktop/photos/sub-folder_133495240-40