Daniel Holth
Daniel Holth
I did think it might be useful to say "I want these to be installed with pupa". The difference from pip would mean "install a pypi package but maybe get...
For pupa, the tool works differently than pip in ways the user might care about (do I want my dependencies of pypi packages from pypi or from conda-if-possible?) but accesses...
@jezdez there is also "the easiest way to convert Python projects to .conda packages to share in the conda-package-sharing-ecosystem" feature, and the "modern editable installs" feature which have nothing to...
Isn't there also an environment variable for this
The solver is completely opaque and does not work in an intuitive fashion. The dependency solving problem is mathematically hard; we can't try all possible solutions to search for the...
The `conda-forge-sharded` channel was implemented with CDN tricks that did not support `/t//` in the URL. It looks like you are using the `conda-forge` channel instead, so that's an issue....
@h-vetinari any change?
`conda -vvv`should debug individual requests, and you can see if repodata_shards is being fetched. on my Windows machine, with `miniconda3\.condarc` updated with ``` plugins: use_sharded_repodata: true ``` In PowerShell `Measure-Command...
https://github.com/dholth/conda-httpx is meant to adapt conda's auth handlers to an httpx client.
Makes sense. On Wed, Dec 3, 2025 at 11:13 AM jaimergp ***@***.***> wrote: > *jaimergp* left a comment (conda/conda#15405) > > > @soapy1 I agree with @dholth > that a...