janclemenslab / das

Deep Audio Segmenter
http://janclemenslab.org/das/
Apache License 2.0
28 stars 10 forks source link

Unable to execute "das gui" #28

Closed jenricano closed 2 years ago

jenricano commented 2 years ago

Hello! I'm using a Mac. I installed using the terminal and I am able to execute the commands "conda activate das" and "das train --help" with no problem. However, when I type in "das gui" and hit enter, I get the following:

Screen Shot 2022-05-03 at 3 42 44 PM Screen Shot 2022-05-03 at 3 43 54 PM Screen Shot 2022-05-03 at 3 44 13 PM

My computer is definitely attempting to run something because it gets loud and hot until I Force Quit the Terminal. Any assistance in getting the program to run would be greatly appreciated.

Best, Jen

postpop commented 2 years ago

Hi Jen,

thanks for reporting this bug! I just tested this and I ran into the same issue.

Must be something with the gui libraries. Installing DAS with python 3.9 (instead of 3.8, as is the default atm) solves the issue:

mamba create python=3.9 das -c conda-forge -c ncb -n das

Let me know if this solves the issue for you. I'll then update the installation instructions accordingly.

jenricano commented 2 years ago

That resolved the issue! Thanks so much!