After installing mf-prior-bench and trying to use it, I get the following error:
ModuleNotFoundError: No module named 'typing_extensions'
After installing typing_extensions manually, everything works fine, thus this is probably a quick fix, since typing_extensions is missing in the dependencies.
After installing
mf-prior-bench
and trying to use it, I get the following error:After installing
typing_extensions
manually, everything works fine, thus this is probably a quick fix, sincetyping_extensions
is missing in the dependencies.