I'm trying to update conda on my Mac to the latest version. In order to do so, I'm trying the usual command in my terminal -
conda update conda
However, it returns the error -
Preparing transaction: done
Verifying transaction: failed
RemoveError: 'requests' is a dependency of conda and cannot be removed from
conda's operating environment.
I'm comparatively new to the conda environment. What is this error about and how can resolve it?