I run the command conda update --all and encountered the error as shown in the snapshot below.
conda update --all
It seems the packaging python python is preventing an update. How can this error be fixed?
packaging
I am running Anaconda v2023 on Windows 11.
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
I cannot replicate this error. You can try to update conda first to see if a newer version of conda clears this up.