-
Notifications
You must be signed in to change notification settings - Fork 356
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
mamba uninstall cudatoolkit
fails (conda equivalent works)
#1770
Comments
I've seen this problem with non-cuda packages too. It seems that mamba is trying to uninstall |
Seeing this with
[edit]: x-ref #2129 (comment) which looks to be the same issue. |
The same issue! Any news? |
Can you try upgrading Mamba and Conda to the latest versions? |
I'm seeing the same thing with the latest mamba 1.4.2. Mamba is trying to uninstall __unix |
It also occurs with the libmamba solver on conda:
|
I encounter this problem trying to remove gdb as well. It tries to remove __glibc. |
Any solution? I encountered this while trying to remove a custom built package. It tries to remove
Edit: after updating mamba from 1.1.0 to 1.4.9 the problem goes away. So perhaps other people seeing related problems can try updating their mamba and see if it works. |
I can confirm this is still an issue with mamba 1.5.1 with the Interestingly the ARM build doesn't seem to have this issue. |
I believe I experienced the same problem when trying to use |
Same problem here with huggingface datasets on macos:
|
I cannot reproduce the problem with mamba 1.5.10 and mamba 2.0.2, for either Feel free to comment with a reproducer if you observe this issue again. |
Steps to reproduce: in a shell, run:
First line works fine, second fails with:
conda uninstall -n condaforgecuda cudatoolkit
works fine.Base env spec (shortened):
The text was updated successfully, but these errors were encountered: