Unable to install or upgrade any packages using conda. I have tried in the Python environment Upgrade dialog within ArcGIS Pro. Click on the Upgrade button and it thinks for a while and nothing happens.
I next tried via the command line:
(zzz) C:\Users\PC\AppData\Local\ESRI\conda\envs\zzz>conda install arcgis
Fetching package metadata .............
Solving package specifications:
InvalidSpecError: Invalid spec: >=
I am using a cloned environment and have tried many different combinations on the command line including -c esri, --no-pin, --dry-run etc. It always comes back with the same error as above. It also doesn't matter what package I try and install or upgrade either. Using Pro 2.7.2
I have also come across an issue in the conda github showing the same thing:
https://stackoverflow.com/questions/60757142/conda-update-invalidspecerror
Can anyone else confirm they are having the same issue?