-
With the recent mise update, there are stricter errors when a tool can't be found, such as pipx-installed Python dependencies As an example, this is the .tool-versions file
Which generates a lot of noisy mise errors with:
I have a [tools]
"pipx:textract-py3" = "2.0.1" But mise still errors. Shouldn't Replacing Edit: just updated mise and looks like the errors are gone even if mise.toml doesn't exist (and the new feature for converting |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
no because I don't have a great suggestion other than just ignoring .tool-versions or the tool. |
Beta Was this translation helpful? Give feedback.
no because
pipx:textract-py3
is not the same astextract-py3
. It's possible different backends could provide different tools, e.g.:npm:foo
andpipx:foo
so they can't override.I don't have a great suggestion other than just ignoring .tool-versions or the tool.