-
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
Error with package __osx
when removing package ipykernel
on macOS
#2129
Labels
type::bug
Something isn't working
Comments
What’s your mamba version? |
@jonashaag Thanks for getting back to me.
I get
from |
Thanks, sounds like a bug then |
Also just ran into this. Not sure how tricky this would be to implement, but in case it's just a small change happy to help out |
@bstadlbauer yes, just filtering out packages with |
I got the same issue on Linux with
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I was trying to remove an unneeded installation of
ipykernel
from my environment withmamba remove ipykernel
. However, the process reports the following error (reformatted):An inspection of
ipykernel
dependencies list the following package named__osx
:__osx
Apparently this package is some representation of the underlying operating system and cannot be 'removed' like an ordinary package, but the
remove
script doesn't appear to be handling it differently, causing the error and failing to uninstallipykernel
at all.Is there a way to fix this?
The text was updated successfully, but these errors were encountered: