conda-lock icon indicating copy to clipboard operation
conda-lock copied to clipboard

bz2 suffixes being used despite registry not having bz2 files

Open benmoss opened this issue 1 month ago • 1 comments

Checklist

  • [X] I added a descriptive title
  • [X] I searched open reports and couldn't find a duplicate

What happened?

Using the --update flag seems to result in all of my packages that have .conda suffixes being replaced with .tar.bz2 suffixes. It seems to because of this line.

I took a look at fixing it but it seems like the overall strategy being used here of running conda list --json won't work since it doesn't give us the remote URL and so we're forced to re-assemble it from the channel and guess at what the extension is.

benmoss avatar May 10 '24 19:05 benmoss