SociallyIneptWeeb / AICoverGen

A WebUI to create song covers with any RVC v2 trained AI voice from YouTube videos or audio files.
MIT License
1.03k stars 241 forks source link

WebUI suddenly giving 'No module named 'sox' #137

Open WanderingError opened 1 month ago

WanderingError commented 1 month ago

Hihi, I use the WebUI as I don't have an Nvidia GPU and usually it works great (minus some disconnecting here and there but think that's on Google), but today I clicked "Run all" and let it run, and the output on the final cell read this

Timer: 00:04:08Traceback (most recent call last): File "/content/HRVC/src/webui.py", line 10, in <module> from main import song_cover_pipeline File "/content/HRVC/src/main.py", line 15, in <module> import sox ModuleNotFoundError: No module named 'sox' Timer: 00:04:09

This hasn't happened before, any ideas what's going on?

niksu37 commented 1 month ago

Same issue here, cannot open gradio

StevenBeach33 commented 1 month ago

I tried downgrade pip version, it can open gradio, but can't operated properly

cutiepie030 commented 1 month ago

Same issue here....

SociallyIneptWeeb commented 1 month ago

It should be working now, I have updated the colab notebook with a pip version specification.

WanderingError commented 1 month ago

It should be working now, I have updated the colab notebook with a pip version specification.

It does seem to work now, I have to be away from my computer shortly but I was at least able to get the UI running again

eungss commented 1 month ago

thank you very much