Stuck at Solving Environment on Anaconda

The following steps may work to resolve the issue.

conda config --remove channels conda-forge
conda config --add channels conda-forge

if it doesn’t work then try this

conda update conda

if nothing works try seeing this github solution, it worked for many.

Leave a Comment