I am trying to update conda using terminal.
via this command
conda update -n base -c defaults conda
But, I am getting the below error
RemoveError: 'setuptools' is a dependency of conda and cannot be removed from conda's operating environment.
While updating it says that setuptools-68.0.0 will be downloaded, And I think that is the one thing causing error
There's not much mentioned in the error that can help me in solving the error!