TCROC

Results 235 comments of TCROC

I just tested with version ``0.25.0`` again and can confirm the error still exists in that version

I tried ``0.23.0`` as well and it still occurs. I suspect it has been here for some time if not the entire time.

@wolfv that indeed works! Thank you! :) Now I can do this as a workaround: nushell: ```sh $env.PATH = ($env.PATH | prepend ((python3 -m ziglang env | from json).zig_exe |...

> This seems to be an issue with `uv` / the wheel itself. When I use `uv` to install the zig_bin I get a similar error: > > ```shell >...

@wolfv Should we be closing this issue tho? Technically its still impacting pixi and may be nice to track until it gets solved. If uv for example says "won't fix"...

@wolfv pip works fine. I actually listed that as a workaround here: https://github.com/prefix-dev/pixi/issues/1650#issuecomment-2243170640

> Doing it via a task seems to work fine. > > > > ``` > > [tasks] > > install-zig = "pip3 install zig-bin==0.13.0" > > ``` > >...

@wolfv Can we reopen this issue? It looks like we need to update ``uv`` to the latest release here in ``pixi``. Which may require some effort as sometimes updates do....

@wolfv Perfect thank you! :) In hindsight I realize I spammed you with @'s. Sorry about that 😅. I was working with the godot team on an issue and didn't...