Tim de Jager
Tim de Jager
Thanks @fsteinmetz! But @ruben-arts it seems like the conda dependencies have changed right, not the PyPI dependencies.
Right, I'm sorry I misunderstood. I investigated briefly and I think this has to do with the preferences where we only lock name and version during the PyPI solve. The...
This fell under the radar a bit sorry, would still be great if @nichmor could pick it up when he is back!
> @zen-xu As a workaround you could try setting the `SSL_CERT_FILE` and/or `SSL_CLIENT_CERT` environment variables as described here: https://docs.astral.sh/uv/configuration/authentication/#authentication-with-alternative-package-indexes Are you sure that these are read from our library calls...
Yes, I need to map the `trusted-hosts` feature from uv to our codebase, just need to think of a good spot in the `pixi.toml` for it. I'll try to get...
> Also running into the same thing, corporate MITM cert not getting respected by pixi when I use a pyproject file. > > ``` > $ pixi init --pyproject >...
@toiletsandpaper would you also require like an `--offline` mode, where it does not touch the internet during pixi operations as well?
Well, a lot of people like the option of having up to date packages and index data by default 😄 This is how most package managers operate. However, thats why...
I've just tested `dvc` and that seemed to work, any chance we could get some output to compare errors for those failures?
I think we are running a wheel test for most of these that should be succeeding now :)