GleamVibe

Installer wants access to control SystemUIServer when installing Anaconda

During installation of Anaconda, a message popped up:

"“Installer” wants access to control “SystemUIServer”. Allowing control will provide access to documents and data in “SystemUIServer”, and to perform actions within that app."

Sounds a little scary. If I click "Don't allow", it will lead to "the installation failed". Is it necessary to allow the access to install Anaconda?

2

1 Answer

I had the same problem and I solved it in the following way:

  • I installed anaconda with the brew command brew install anaconda pycharm-with-anaconda-plugin
  • I added in the path of the .zshrc (in my case) /.bashrc
ANACONDABIN=/usr/local/anaconda3 PATH=$PATH:$HOME/bin:$ANACONDABIN/bin 

ncG1vNJzZmirpJawrLvVnqmfpJ%2Bse6S7zGiorp2jqbawutJobmttYG6BeH6OoqWsrJGhuaa%2BjLCYp6yjYq6kr8Ssqmasn2KwsLrTq6alZaOuwLWxzK6grJ2iq7KzedahnKdlmaPAta3LpaCnn12Wu6Kvzqebmg%3D%3D

Tisa Delillo

Update: 2024-06-16