conda-forge / micromamba-feedstock

A conda-smithy repository for micromamba.
BSD 3-Clause "New" or "Revised" License
3 stars 25 forks source link

micromamba not notarized on macOS #105

Closed torfinnberset closed 1 month ago

torfinnberset commented 1 year ago

Solution to issue cannot be found in the documentation.

Issue

The macOS binary for micromamba is not notarized, so it is blocked from executing until overriding the security warning with admin privileges. I am installing micromamba via this homebrew cask, but I see that that in turn gets it binaries from this repository.

Installed packages

N/A

Environment info

macOS 12.6, Intel x86_64
torfinnberset commented 1 year ago
image
pavelzw commented 1 year ago

@yyyasin19 and me are currently working on creating a Formula for homebrew-core. This way, homebrew can manage the signing of the executables.

YYYasin19 commented 1 year ago

In the meantime, brew install --cask micromamba --no-quarantine is your best option (or just pressing open on initial startup)

pavelzw commented 1 year ago

There now is a build of micromamba in homebrew/core. When you do brew uninstall micromamba, then update your brew taps and then brew install micromamba, this issue should be fixed @torfinnberset.

jjerphan commented 1 month ago

Considering this issue as fixed.

@torfinnberset: please do reopen it if this is not the case.