Mangio621 / Mangio-RVC-Fork

*CREPE+HYBRID TRAINING* A very experimental fork of the Retrieval-based-Voice-Conversion-WebUI repo that incorporates a variety of other f0 methods, along with a hybrid f0 nanmedian method.
MIT License
1.02k stars 219 forks source link

Got an error when running "make run-ui" #33

Open KevinWang676 opened 1 year ago

KevinWang676 commented 1 year ago

Hi, thanks for this great work. I got an error when I tried to run make run-ui using paperspace. Does anyone happen to know the solution to this issue? Thank you.

ImportError: cannot import name 'MultiHostDsn' from 'pydantic.networks' (/usr/local/lib/python3.9/dist-packages/pydantic/networks.cpython-39-x86_64-linux-gnu.so)
make: *** [Makefile:59: run-cli] Error 1

image

LollenApe commented 1 year ago

same error :(

KevinWang676 commented 1 year ago

I fixed it by pip install pydantic==2.0.2, pip install protobuf==3.20.0 and delete theme=gr.themes.Soft() in infer-web.py. If you cannot open port 3000 on paperspace, just replace the original code by app.queue(concurrency_count=511, max_size=1022).launch(share=True) in here.

LollenApe commented 1 year ago

thank you, it worked! now im having some problems due to ffmpeg lol

KevinWang676 commented 1 year ago

You're welcome. Running make basev1 or make basev2 may help you set up ffmpeg environment.

LollenApe commented 1 year ago

unfortunately not, i dunno maybe i have to open another issue tab