We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have checked that this issue has not already been reported.
I have confirmed this bug exists on the latest version of pixi, using pixi --version.
pixi --version
For some reason, a user reported that their repodata was corrupted:
[it4i-berceanu@login1.karolina ~]$ pixi global install nvim × failed to fetch repodata from channels ╰─▶ expected `,` or `}` at line 2590828 column 25
Repodata is corrupted and pixi crashes
We should throw away the cached repodata and redownload from scratch. Manually removing the cache helped the user.
The text was updated successfully, but these errors were encountered:
fix: re-download the repodata cache if is out of sync/corrupt (#466)
59d00e4
Fixes prefix-dev/pixi#434 as a bonus, `ValidatedCacheState` now has `Debug`
Successfully merging a pull request may close this issue.
Checks
I have checked that this issue has not already been reported.
I have confirmed this bug exists on the latest version of pixi, using
pixi --version
.Reproducible example
For some reason, a user reported that their repodata was corrupted:
Issue description
Repodata is corrupted and pixi crashes
Expected behavior
We should throw away the cached repodata and redownload from scratch. Manually removing the cache helped the user.
The text was updated successfully, but these errors were encountered: