Describe the bug
The conda enviroment is OK and i infer my own model what i trained before successfully, but i cannot run the svcg
Traceback (most recent call last):
File "/home/anaconda3/envs/so-vits-svc-fork/bin/svcg", line 5, in
from so_vits_svc_fork.gui import main
File "/home/anaconda3/envs/so-vits-svc-fork/lib/python3.10/site-packages/so_vits_svc_fork/gui.py", line 10, in
import sounddevice as sd
File "/home/anaconda3/envs/so-vits-svc-fork/lib/python3.10/site-packages/sounddevice.py", line 71, in
raise OSError('PortAudio library not found')
OSError: PortAudio library not found
PS:The infer result sang out of the tune, how can i improve the result except add dataset?
Describe the bug
The conda enviroment is OK and i infer my own model what i trained before successfully, but i cannot run the svcg
Traceback (most recent call last):
File "/home/anaconda3/envs/so-vits-svc-fork/bin/svcg", line 5, in
from so_vits_svc_fork.gui import main
File "/home/anaconda3/envs/so-vits-svc-fork/lib/python3.10/site-packages/so_vits_svc_fork/gui.py", line 10, in
import sounddevice as sd
File "/home/anaconda3/envs/so-vits-svc-fork/lib/python3.10/site-packages/sounddevice.py", line 71, in
raise OSError('PortAudio library not found')
OSError: PortAudio library not found
PS:The infer result sang out of the tune, how can i improve the result except add dataset?