effusiveperiscope / so-vits-svc

so-vits-svc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Seg Fault when running inference_gui2.py

lawrencehook opened this issue · comments

user@ubuntu:~/github/so-vits-svc$ python3 inference_gui2.py 
DEBUG:matplotlib:matplotlib data path: /home/user/.local/lib/python3.8/site-packages/matplotlib/mpl-data
DEBUG:matplotlib:CONFIGDIR=/home/user/config/matplotlib
DEBUG:matplotlib:interactive is False
DEBUG:matplotlib:platform is linux
DEBUG:matplotlib:CACHEDIR=/home/user/.cache/matplotlib
DEBUG:matplotlib.font_manager:Using fontManager instance from /home/user/.cache/matplotlib/fontlist-v330.json
pygame 2.3.0 (SDL 2.24.2, Python 3.8.10)
Hello from the pygame community. https://www.pygame.org/contribute.html
Automatic mode enabled. Press ctrl+shift+r to toggle recording.
Note: Rubberband is not available. Timestretch not available.
Segmentation fault (core dumped)

user@ubuntu:~/github/so-vits-svc$ python3 --version
Python 3.8.10

user@ubuntu:~/github/so-vits-svc$ uname -a
Linux ubuntu 5.15.0-67-generic #74~20.04.1-Ubuntu SMP Wed Feb 22 14:52:34 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux

Try running python3 -X faulthandler inference_gui2.py and post the output please

Well, I tried it and it's all working today! 🤷

Mysterious, I'll close the issue.