-
-
Notifications
You must be signed in to change notification settings - Fork 100
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
[BUG REPORT] ImportError: cannot import name 'set_documentation_group' from 'gradio_client.documentation' #212
Comments
Also experiencing this. First with conda & python 3.10, then also on a fresh install using system 3.10 and the official installer |
I'm having that on the Colab notebook as well |
Same issue here. Windows 10, python 3.10.11 |
I had the same issue. it worked: |
@Miko42 It worked! Thanks! |
This solution worked for me. |
@Miko42 Thank you for the suggestion, it's been added to the requirements and should work automatically now. |
Describe the bug
When running the setup.bat file python throws an ImportError
To Reproduce
Run the provided "install_windows.bat"
Run "setup.bat" in project root
Expected behavior
The webui to start up.
Additional context
Running windows 11
Have Miniconda3 installed and python3.9 however python --version yeilds "3.10.8"
The text was updated successfully, but these errors were encountered: