I ran the exact same command mentioned in the documentation but got the following error
$ uvx --with 'boto3==1.36.19' mypy_boto3_builder
The executable `mypy-boto3-builder` was not found.
warning: An executable named `mypy-boto3-builder` is not provided by package `mypy-boto3-builder`.
The following executables are provided by `mypy-boto3-builder`:
- mypy_boto3_builder
Consider using `uvx --from mypy-boto3-builder <EXECUTABLE_NAME>` instead.
Additional context
$ uvx --version
uv-tool-uvx 0.5.31 (Homebrew 2025-02-12)
I ran the exact same command mentioned in the documentation but got the following error
Additional context