anaconda
metapackage is a version-locked collection of packages that were included in an Anaconda Distribution installer. Version-locked packages (also called pinned packages) are tied to a specific version of their software. Conda does not update pinned packages when resolving dependencies if other packages in the environment are added or modified. Because each package in the metapackage is pinned, any attempt to update the environment will almost certainly result in build conflicts.
However, it is still possible to install the anaconda
metapackage and update the environment that contains it. For more information, see Updating a metapackage environment.
anaconda
metapackage was removed from Anaconda Distribution installers in February of 2023 and no longer appears in your base
environment by default.anaconda
metapackage, Anaconda recommends that you create an environment specifically for that metapackage first:
anaconda
metapackage or specify a metapackage version by running one of the following commands:
anaconda
metapackage and need to update packages in that environment, you must first unpin the package versions in your environment. This is accomplished by installing the anaconda=custom
version of the metapackage:
anaconda
package using the following command: