When I do anaconda-navigator
in the terminal, anaconda navigator does not start and prompt :
(base) vincentclerc@MacBook-Pro-de-Vincent ~ % anaconda-navigator
This application failed to start because it could not find or load the Qt platform plugin "cocoa"
in "".
Reinstalling the application may fix this problem.
zsh: abort anaconda-navigator
This started to happen after installing Rstudio. I tried
conda remove anaconda-navigator
conda install anaconda-navigator
and
conda update conda
conda update anaconda-navigator
conda update navigator-updater
anaconda-navigator --reset
I also tried :
pip3 install opencv-contrib-python==4.2.0.34
because of Qt, but without result.