ImportError with Gradio #640
-
Output: ImportError: cannot import name 'deprecated' from 'typing_extensions' My versions: python version: 3.8.10 Does anyone know what the compatibility problem is? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
Hi @MiguelHGDC , Did you manage to solve above issue? I have similar one. |
Beta Was this translation helpful? Give feedback.
-
Hi @MiguelHGDC and @MariaKrakowiak , Are you still able to use Gradio? Are you using Google Colab or a local machine? I just tried to install/import it in Google Colab and it's showing a similar error but the conflict is with See the notebook here: https://colab.research.google.com/drive/1f2-ptPGecjPQ0zMNnS6rTVyHmR8i6izv?usp=sharing ![]() However, this conflict does not influence the use of Gradio. |
Beta Was this translation helpful? Give feedback.
Hi @MiguelHGDC and @MariaKrakowiak ,
Are you still able to use Gradio?
Are you using Google Colab or a local machine?
I just tried to install/import it in Google Colab and it's showing a similar error but the conflict is with
tensorflow-probability
(not needed for the course or to use Gradio.See the notebook here: https://colab.research.google.com/drive/1f2-ptPGecjPQ0zMNnS6rTVyHmR8i6izv?usp=sharing
However, this conflict does not influence the use of Gradio.