You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if python 3.10.12:
RuntimeError: Cannot install on Python version 3.10.12; only versions >=3.6,<3.10 are supported.
if python 3.9:
current Python version (3.9.20) does not satisfy Python>=3.10 and gradio==5.8.0 depends on Python>=3.10, we can conclude that gradio==5.8.0 cannot be used.
The text was updated successfully, but these errors were encountered:
Hi, I can't reproduce your problem. I have successfully configured the environment following the instructions in README. In addition, the colab demo also successfully installs the environment via requirements.txt. @stonewolf79
pip install -r requirements.txt results is:
if python 3.10.12:
RuntimeError: Cannot install on Python version 3.10.12; only versions >=3.6,<3.10 are supported.
if python 3.9:
current Python version (3.9.20) does not satisfy Python>=3.10 and gradio==5.8.0 depends on Python>=3.10, we can conclude that gradio==5.8.0 cannot be used.
The text was updated successfully, but these errors were encountered: