Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

allow choosing prefer repodata format #1964

Open
chisaato opened this issue Sep 2, 2024 · 1 comment
Open

allow choosing prefer repodata format #1964

chisaato opened this issue Sep 2, 2024 · 1 comment
Labels
✨ enhancement Feature request

Comments

@chisaato
Copy link

chisaato commented Sep 2, 2024

Problem description

For some 3rd repos, they may forgot to remove the older repodata file. here is an example
image
this is download from intel https://software.repos.intel.com/python/conda/linux-64
repodata.json is extracted from repodata.json.bz2 and repodata2.json is directly download and rename locally.

only repodata.json on the server has latest packages. so pixi can add some config to lock format for a channel

like this

channels = [
    "conda-forge",
    "pytorch",
   {url= "https://software.repos.intel.com/python/conda",format="json"},
]
@wolfv
Copy link
Member

wolfv commented Sep 2, 2024

Thank you for pointing this out! Ideally this would be fixed by Intel ... I'll ask if they can do something about it. Thanks for also filing an issue with them!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ enhancement Feature request
Projects
None yet
Development

No branches or pull requests

2 participants