Skip to content
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

SuRVoS crashes when attempting to press the pensil button #108

Open
DimitriosBellos opened this issue Oct 12, 2020 · 4 comments
Open

SuRVoS crashes when attempting to press the pensil button #108

DimitriosBellos opened this issue Oct 12, 2020 · 4 comments

Comments

@DimitriosBellos
Copy link

Hi, I recently installed SuRVoS and I attemtped to segment some data, however when I pressed the pensil (Draw ground truth seeds) button (this button is in the Slice Viewer tab) SuRVoS crashed
Specifically I got the following

  File "/home/psxdb3/anaconda3/envs/survos-env/lib/python3.6/site-packages/survos/widgets/slice_viewer.py", line 61, in gt
    if self._active == 'GT':
AttributeError: 'NavigationToolbar' object has no attribute '_active'

I don't know what is the issue. But I also get some empty/blank buttons in the Slice Viewer that if I press them SuRVoS also crashes with the same prompt.

@OllyK
Copy link
Contributor

OllyK commented Oct 12, 2020

Hi @DimitriosBellos
Sorry to hear that, you're the second person to report it (see #107 ). Perhaps something has changed with pyQt I'll look into it and get back to you. Are you using Windows or Linux?

Olly

@DimitriosBellos
Copy link
Author

DimitriosBellos commented Oct 12, 2020 via email

@DimitriosBellos
Copy link
Author

Also here is a screenshot with the blank buttons I mentioned
Screenshot from 2020-10-12 16-18-12

@OllyK
Copy link
Contributor

OllyK commented Oct 12, 2020

Hi again @DimitriosBellos
As a temporary fix can you down grade matplotlib by using conda install matplotlib-base==3.2.2 in the conda environment that you created for SuRVoS. It appears that something in matplotlib 3.3.2 is breaking things.
I'll look into a more permanent fix.

Olly

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants