-
Notifications
You must be signed in to change notification settings - Fork 146
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
ROI #179
Comments
Hi @carlitomu thanks for reporting - can you update simba to the latest version |
I see - not immediately familiar with this error but can you try |
no, it doesn't work and I get the same error message. |
@carlitomu - I gave it a go on macos and see if I could replicate and did not see the issue, so may not be a general bug... (i) Can you try the solution with these three commands? (ii) If that does not work, could you try to create a new conda python3.6 environment, run |
Thanks - the warnings should not be an issue ans appears to be related to version of https://stackoverflow.com/a/65939524 So first either |
Sorry read it too quickly, did you also try to install matplotlib through conda rather than pip? |
I see thanks for troubleshooting, might be some compatibility issue with older MacOS version, as I'm running 12.x, I will get back to you tomorrow |
Ok, thanks! |
Right I did a bit of reading - and seems to be a known issue on some more dated macOS versions with the specific matplotlob and tkinter versions required by simba… what confuses me is that the older versions of simba seems to run on your computer, while the reason one does not, and I have made no changes to any dependencies... https://stackoverflow.com/questions/30031063/nsexception-with-tkinter-on-mac You could try and: (i) update your MacOS - this is probably the more ardous suggestion so understand if you don’t want to go down that route… (ii) See if you can get it running using python 3.7 or 3.8 in conda instead of python 3.6. This ensures that you have a different version of tkinter so might avoid the clash. I confimed it runs on my MacOS in python 3.7 (but I have MacOS 12.3.1). |
Hi, finally I have decided to run simba on another workstation with Windows. |
Thanks for letting me know @carlitomu, very helpful - I'll make a note about this in the FAQ |
HI,
I can't draw a different ROI for every single video in my project.
When a draw a new ROI in a video, the others ROI disappears from the Region of Interest Settings .
I can only draw a "unique" ROI and the apply (without any changes) to all the videos (through the "Apply to all" button).
I'm using simba 0.87.7 (I followed this suggestion) on a mac (OS 10.13.6).
Carlo.
The text was updated successfully, but these errors were encountered: