-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NSException in libc++abi When Running picasso localize
#479
Comments
Hello, Thank you for reporting the problem. What Picasso version do you use? Bests, |
I built Picasso from source. Here is the version I am using: |
Can you please go to your picasso folder and find the file called version.py? The version number is reported there. Bests, |
Version number is "0.6.9" |
Hi, Sorry for being inactive for some time. Could you please check if other Picasso modules work? For example, render or design? Many thanks, |
Issue Report: NSWindow Exception When Running
picasso localize
Python Version: 3.10
Operating System: macOS Sonoma 14.2.1
Device: M3 Pro
Installation Method: Installed from source
Description
When attempting to run the command
picasso localize
, I encountered an uncaught exception related toNSWindow
initialization. The application terminates unexpectedly with the following error message:Additionally, the following warning is displayed during shutdown:
/opt/homebrew/Caskroom/miniconda/base/envs/picasso/lib/python3.10/multiprocessing/resource_tracker.py:224: UserWarning: resource_tracker: There appear to be 5 leaked semaphore objects to clean up at shutdown warnings.warn('resource_tracker: There appear to be %d '
Steps to Reproduce
picasso
from source on macOS Sonoma 14.2.1.picasso localize
.Please let me know if any additional information or logs are required to diagnose this issue.
Thank you for your time and assistance.
The text was updated successfully, but these errors were encountered: