wwu-mmll / deepbet

Fast brain extraction using neural networks
MIT License
24 stars 3 forks source link

zsh: segmentation fault deepbet-gui #2

Open boddm opened 4 months ago

boddm commented 4 months ago

I installed this package in terminate with the command provided by you. However, when I input the command "deepbet-gui" in terminate, this command "zsh: segmentation fault deepbet-gui" was outputted. Would you have any approaches to solve it?

codingfisch commented 3 months ago

Sorry for the late reply. I am guessing the error is triggered by pyqt. If you haven't already, try to set up a new conda environment and then run

pip install deepbet
conda install -c anaconda pyqt=5.15.7

If deepbet-gui still results in the error, you still should be able to use deepbet-cli/the python package (see README).