Import error after succesful pip install gradio

Hello together,

I’ve tried to start with the gradio “hello_world” example and have installed gradio with pip install.

I got the following error message in my IDE while trying to run the “hello_world” example:
“from typing_extensions import ParamSpec
ImportError: cannot import name ‘ParamSpec’ from ‘typing_extensions’ (C:\Users\Christian\AppData\Local\Programs\Thonny\lib\site-packages\typing_extensions.py)”

Do you have an idea what’s wrong or missing?

Thanks and best regards,
Stefan

Curious if you got this resolved.