Today when updating conda via conda update --all
it downloads several packages and nearly completes installation but at the end, gives
Preparing transaction: done
Verifying transaction: done
Executing transaction: done
ERROR conda.core.link:_execute(637): An error occurred while installing package 'None'.
AssertionError()
Attempting to roll back.
Rolling back transaction: done
AssertionError()
()
Updates conda packages to the latest compatible version. This command accepts a list of package names and updates them to the latest versions that are compatible with all other packages in the environment. Conda attempts to install the newest versions of the requested packages.
conda-forge is a community effort that tackles these issues: All packages are shared in a single channel named conda-forge . Care is taken that all packages are up-to-date. Common standards ensure that all packages have compatible versions. By default, we build packages for macOS, Linux AMD64 and Windows AMD64.
The command conda install conda
worked for me also when conda install anaconda
failed for me. I am not sure why the latter does not work though. Otherwise I would get the ERROR conda.core.link:_execute(637)
error.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With