pixi install / pixi add stuck at "updating lock-file" #4300
Replies: 2 comments
-
![]() ![]() ![]() ![]() ![]() ![]() |
Beta Was this translation helpful? Give feedback.
0 replies
-
duplicate of #4299 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When trying to add Python 3.10.16 to a new Pixi environment, the solver gets stuck at the
updating lock-file
step and never finishes — even after uninstalling Pixi, clearing caches, and reinstalling.Steps to Reproduce:
Uninstall Pixi and remove caches:
Reinstall Pixi (version 0.50.2).
Create a new workspace:
Add Python dependency:
(Also tried
pixi install -vvv
without success.)Observe that Pixi hangs at:
This happens even when only Python is in the dependencies.
Expected behavior:
Pixi should resolve the environment and update the lock file in a reasonable amount of time (seconds to minutes).
Actual behavior:
The process stays indefinitely on:
No error message is shown, but the solve never completes.
Additional context:
Pixi version: 0.50.2
Platform: linux-64
OS kernel: Linux 5.15.0-XX
glibc: 2.35
Workspace
pixi.toml
:Logs show repeated
keyring
calls toconda.anaconda.org
and*.conda.anaconda.org
, and a very long delay in lock file update.Reproduced after:
~/.pixi
and~/.cache/rattler
)Screenshots / logs:
(attach the screenshots you provided showing
pixi add
andpixi install
stuck)Beta Was this translation helpful? Give feedback.
All reactions