uvx confused about executables "visidata" provides on windows #9303
Labels
bug
Something isn't working
needs-design
Needs discussion, investigation, or design
windows
Specific to the Windows platform
uvx
is confused confused about executables provided by packagevisidata
on windows:I upgraded, and got the same error on
uv-tool-uvx 0.5.4 (c62c83c37 2024-11-20)
This is on an interesting machine/os: win11 on arm64, mostly in
git-bash
shell (but same results usingpowershell
.log with `--verbose` option
N.B.: I played with this a bit, and this may be more of a "room for improved error message", and/or a bug in the upstream package.
`uv tool install visidata` works fine
vd t.csv
from agit-bash
shell then worksvisidata t.csv
works from bothgit-bash
andpowershell
shellsto really use on windows
The simplified example above is enough to show the issue. However, remember that there is no nativencurses
implementation on windows. You can install one in theuvx
oruv tool
command with the--with windows-curses
option. And adjust python version to get a viable version. E.g.:uvx --from visidata --with windows-curses --python 3.11 visidata t.csv
The text was updated successfully, but these errors were encountered: