bluss

Results 755 comments of bluss

Now it doesn't seem like anything's getting merged (is there an active fork?) This is very useful, but taking 6 keys in the keymap is not so economical.

I see. Maybe we should avoid using the Url type if it can't represent this on Windows, maybe we can do so only for relative paths? I could look into...

Uv supports relative paths directly, https://github.com/astral-sh/uv/pull/1027 but that's a divergence from pip and requirements syntax I think

Reverting just #897 doesn't help, there's also a change related to uv that contributes to this. The `${}` syntax ends up url escaped like `file:///$%7BPROJECT_ROOT%7D/../a` - multiple places in rye...

@redat00 The workaround I think you can use right now is to update the pyproject.toml directly, the problem here is with rye add and not other parts of needed steps...

Your pyproject has requires-python >= 3.8, could you try to change that and try again? I see uv failing that way too ``` echo 'jax[cuda12_pip]>=0.4.25' | uv pip compile -p...

Not sure how to ensure pip cache is empty, but it still succeeds in the resolution like this -- using your pyproject.toml. ``` XDG_CACHE_HOME=$PWD UV_NO_CACHE=true rye lock Initializing new virtualenv...

Rye's pythons are built with --enable-shared, and installs libpython and the library *is there*, but I think this is the same issue as #646 - the configuration paths to where...

I haven't done any further experiments on macos, but the sysconfigpatcher script worked for me on macos, with it I can build something that seems to require the python lib,...