I am getting the error below when I try to import ParamSpec from typing-extensions:
ImportError: cannot import name 'ParamSpec' from 'typing'
Based on this previous question (from typing_extensions import ParamSpec ImportError: cannot import name ‘ParamSpec’ from ‘typing_extensions’), I have tried uninstalling and re-installing typing_extensions, and also re-installing with –no-cache.
I am using python 3.8.8 (via spyder) and have version 4.11.0 of typing_extensions installed. Any suggestions on what I can do to get this working?