in the command line, the first two are executed without problem. However, when I try to execute the third, the following is printed to console,
Collecting package metadata (current_repodata.json): done
Solving environment: unsuccessful initial attempt using frozen solve. Retrying with flexible solve.
Solving environment: unsuccessful attempt using repodata from current_repodata.json, retrying with next repodata source.
this happens repeatedly without resolution. Any idea of where to go from here?
So you would have to give us some more information about your build-system.
What kind of machine are you running on.
Are you running under WSL or something similar?
Do you have arm or amd processors?
glad you were able to get it to work. If you run into further trouble, when debugging conda issues, it helps to include the output of conda info, and if it’s an existing env where things aren’t working, conda env export as well.