Skip to content
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

以下のようなエラーが出て起動ができません。 #96

Open
0416art opened this issue Feb 9, 2024 · 0 comments
Open

以下のようなエラーが出て起動ができません。 #96

0416art opened this issue Feb 9, 2024 · 0 comments

Comments

@0416art
Copy link

0416art commented Feb 9, 2024

以下のようなエラーが出て起動ができません。以下のような状態になるのです。
chatGPTに聞いてみるとgradio?の問題のようです。解決できないでしょうか。

Python 3.10.12 (main, Jul 5 2023, 18:54:27) [GCC 11.2.0]
Commit hash: b717428
Installing torch and torchaudio
Installing requirements
Traceback (most recent call last):
File "/content/rvc-webui/webui.py", line 3, in
from modules import cmd_opts, ui
File "/content/rvc-webui/modules/ui.py", line 5, in
import gradio as gr
File "/opt/conda/lib/python3.10/site-packages/gradio/init.py", line 3, in
import gradio.components as components
File "/opt/conda/lib/python3.10/site-packages/gradio/components/init.py", line 1, in
from gradio.components.annotated_image import AnnotatedImage
File "/opt/conda/lib/python3.10/site-packages/gradio/components/annotated_image.py", line 8, in
from gradio_client.documentation import document, set_documentation_group
ImportError: cannot import name 'set_documentation_group' from 'gradio_client.documentation' (/opt/conda/lib/python3.10/site-packages/gradio_client/documentation.py)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant