aquaproj/aqua-registry

uvx is missing

Closed this issue · 4 comments

package name

e.g. suzuki-shunsuke/github-comment

aqua version

Please use the latest version.

aqua -v
aqua version 2.27.3 (55503812e74e63a4ea0eeb3860840d7dce3d596d)

Environment

  • OS (Windows, Linux, macOS, etc):
  • CPU Architecture (amd64, arm64, etc):
    macOS arm64

Overview

uv introduces uvx, but not listed in aqua -registry

How to reproduce

  • aqua.yaml
  • executed command and output

aqua.yaml should be not partial but complete configuration.
Please remove unneeded configuration to reproduce the issue.

# aqua.yaml

Debug Output

Please set the environment variable AQUA_LOG_LEVEL=debug and run aqua and tell us the debug output.

Expected Behaviour

Actual Behaviour

Important Factoids

References

Thank you for your feedback.
I'm checking which version uvx was introduced from.
At least, 0.2.19 has uvx. https://github.com/astral-sh/uv/releases?q=uvx&expanded=true

image

Probably 0.2.19.

Please note the standalone installers for this release are broken due to a missing uvx binary from the artifacts. The PyPI distributions are not affected and the artifacts contain a valid uv binary. This problem is resolved in 0.2.20. See #4743 for details.

Please note the standalone installers for this release are broken on Windows due to a missing uvx.exe binary from the artifacts. The installers are working on all other platforms. This problem is resolved in 0.2.21. See #4756 for details.

I see.

Thanks!