Tim de Jager
Tim de Jager
Sounds like a good idea to me, any idea regarding the complexity @ruben-arts?
Sorry I briefly looked into this, but fell off my radar. I think this is happening somewhere in the uv code. I suspect it's getting an archive without extension when...
Oh thats too bad, because its a great use-case for pixi I think :) Lets see if we can fix it!
> same here - on osx apple silicon #1810 reproducible for a list of packages > > even for rather simple dependency graphs: > > ```toml > [dependencies] > >...
My current hunch is that both of your enviroments lock `setuptools` as a conda package, this overrides the uv solve even for the sdist build (it seems, even though it's...
Could be a spurious issue with the registry
Yeah we verified this on wsl2 as well, the strange thing being if you add `fire` directly as a dependency it does seem to work. So the fact that is...
I've made a PR that I think will resolve this issue: https://github.com/prefix-dev/pixi/pull/1969 we should test this after it lands in main. Also #1909 was added giving us a bit more...
Okay so I think that previous referenced PR solved it and I'm adding a linux only test to keep verifying this: https://github.com/prefix-dev/pixi/pull/1996, it was failing on linux consistently for a...
Downstream test has been added to our CI for linux.