konsti

Results 774 comments of konsti

From my (potentially very unrepresentative) view as a tool author, test.pypi.org is a great resource, but i can understand if it's too much diversion from pypi.org. Similarly as tool author,...

What environment and terminal are you using? I tried this in powershell and a mingw shell, but `uvx --from build pyproject-build` passed in both for me

If we just show the data and the bin directory that's fine too

Still failing for me: ``` $ rm -rf ~/.local/share/uv/ ~/.cache/uv/ && cargo run -q -- tool install --preview -p 3.12 --force black --python-preference only-managed error: Failed to query Python interpreter...

In this PR, the speedup is in a separate module, how will that interact with #274? Will the other performance improvements only apply to this new API or also improve...

While #274 does great for the cargo performance numbers, it would be a quite disruptive of an API change for other pubgrub users such as uv and elm, breaking with...

The major problem is that python-build-standalone currently has statically linked musl builds, which means they can't load any extension modules. We need to fix this before we can ship this...

I believe we should detect musl targets, but not download musl python-build-standalone. Without being able to load extension-modules, this interpreter will fail on any non-trivial project. Using `fastapi` will fail...

@ptrcnull Is that apk or docker cpython build relocatable, i.e. does it work no matter where we unpack the archive to? One of the main motivations for python-build-standalone was that...

Closing in favor of https://github.com/astral-sh/uv/issues/4291