Tutor v15 - Python Error when running on quickstart

What’s your version of typing_extensions?

pip freeze | grep typing

EDIT: I managed to reproduce the issue with typing-extensions==3.10.0.0. I suggest you upgrade this package. I’ll also open a PR to upgrade the minimum required version.

EDIT: here is the PR: fix: "TypeError: Parameters to Generic[...]" error by regisb · Pull Request #758 · overhangio/tutor · GitHub

1 Like