-
Notifications
You must be signed in to change notification settings - Fork 286
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WebUI suddenly giving 'No module named 'sox' #137
Comments
Same issue here, cannot open gradio |
I tried downgrade pip version, it can open gradio, but can't operated properly |
Same issue here.... |
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 |
thank you very much |
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?
The text was updated successfully, but these errors were encountered: