You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So I tried updating the lockfile, but it's giving me this error:
❯ pixi install
WARN The feature 'all' is defined but not used in any environment
⠁ py312:win-64 [00:00:00] loading repodata
py312:osx-arm64 ..
⠁ py309:linux-64 [00:00:00] loading repodata
⠁ py312:linux-64 [00:00:00] loading repodata
⠁ py309:osx-arm64 [00:00:00] loading repodata
⠁ py309:win-64 [00:00:00]
⠁ py311:win-64 [00:00:00] loading repodata
⠁ py311:linux-64 [00:00:00] loading repodata
⠁ py311:osx-64 [00:00:00] loading repodata
⠁ py311:osx-arm64 [00:00:00] loading repodata
py310:osx-64 ..
py310:osx-arm64 ..
⠁ py312:osx-64 [00:00:00] loading repodata
py309:osx-64 ..
× failed to instantiate a prefix for 'py311'
╰─▶ Eof at character 0
(The warning isn't the issue, although I should address it soon...)
I then tried switching back to the main branch as a sanity check, but I'm unable to generate a new lockfile there as well -- while it was working yesterday. I can still create a lockfile just fine for some other projects of mine.
Expected behavior
My suspicion in this case is that some repodata (maybe for a specific project) is wrong. So in this case, a more meaningful error message would help.
The text was updated successfully, but these errors were encountered:
Removing the .pixi directory indeed does the trick. Thanks!
Normally, I think I would've thought of that myself -- but in this case I made a specific change to the pyproject.toml, priming me to think there's where the problem would be.
So a more specific error message would still help!
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
Running:
For the following pyproject.toml:
Repo link: https://github.com/Deltares/xugrid
Issue description
This innocuous PR has failing pipelines: Deltares/xugrid#269
So I tried updating the lockfile, but it's giving me this error:
(The warning isn't the issue, although I should address it soon...)
I then tried switching back to the main branch as a sanity check, but I'm unable to generate a new lockfile there as well -- while it was working yesterday. I can still create a lockfile just fine for some other projects of mine.
Expected behavior
My suspicion in this case is that some repodata (maybe for a specific project) is wrong. So in this case, a more meaningful error message would help.
The text was updated successfully, but these errors were encountered: