You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Originally posted by curio77 January 17, 2025
With mise v2025.1.8, mise install -f "pipx:*" as described here to upgrade all pipx packages after a Python upgrade does not work (don't know if it ever has):
> mise install -f "pipx:*"
mise ERROR HTTP status client error (404 Not Found) for url (https://pypi.org/pypi/*/json)
mise ERROR Run with --verbose or MISE_VERBOSE=1 for more information
And with $MISE_VERBOSE:
> MISE_VERBOSE=1 mise install -f "pipx:*"
DEBUG ARGS: mise install -f pipx:*
DEBUG config: ~/.config/mise/config.toml
DEBUG install_some_versions: pipx:*@latest
DEBUG GET https://pypi.org/pypi/*/json
DEBUG starting new connection: https://pypi.org/
DEBUG GET https://pypi.org/pypi/*/json 404 Not Found
Error:
0: HTTP status client error (404 Not Found) for url (https://pypi.org/pypi/*/json)
Location:
src/http.rs:73
Version:
2025.1.8 linux-x64 (2768e1f 2025-01-17)
Backtrace omitted. Run with RUST_BACKTRACE=1 environment variable to display it.
Run with RUST_BACKTRACE=full to include source snippets.
```</div>
The text was updated successfully, but these errors were encountered:
Discussed in #4146
Originally posted by curio77 January 17, 2025
With mise v2025.1.8,
mise install -f "pipx:*"
as described here to upgrade all pipx packages after a Python upgrade does not work (don't know if it ever has):And with
$MISE_VERBOSE
:The text was updated successfully, but these errors were encountered: