Can't update conda packages due to "RemoveError"

21 Views Asked by At

I run the command conda update --all and encountered the error as shown in the snapshot below.

enter image description here enter image description here

It seems the packaging python python is preventing an update. How can this error be fixed?

I am running Anaconda v2023 on Windows 11.

1

There are 1 best solutions below

1
James On

I cannot replicate this error. You can try to update conda first to see if a newer version of conda clears this up.

conda update -n base -c defaults conda