Upgrade an environment

Upgrading a conda environment allows you to take an existing environment created in a previous release of ArcGIS Pro and upgrade it to work with the current release of ArcGIS Pro.

With each release of ArcGIS Pro, the contents of the default arcgispro-py3 conda environment are updated to include stable versions of Python and specific Python packages available at that time. Having up-to-date packages improves features and functionality as well as provides bug and security fixes. A conda environment created with one version of ArcGIS Pro will have a set of packages that are incompatible for use with another version of ArcGIS Pro.

An environment from a previous version of ArcGIS Pro will display a Version Mismatch message on the Environment Manager dialog box.

Version Mismatch

To upgrade one of these environments to the currently installed version of ArcGIS Pro, use the steps in the Upgrade an environment section below. Alternatively, an environment can be upgraded from the Python Command Prompt by running the following conda command:

conda proup -n <environment-name>

Hinweis:

Run the conda proup command from a different environment than the environment being updated.

Upgrade process

The upgrade process performs the following actions:

  1. Identifies the packages that have been added to the environment (using conda or pip).
  2. Archives the environment to a compressed .tar.bz2 file with the same name as the environment in the same directory as the environment.
  3. Deletes the environment.
  4. Creates an upgraded environment with the same name and path of the original environment.
  5. Installs the packages identified to the new environment.

Any additional nonpackage files you may have added to the environment are not transferred to the upgraded environment. These files should be copied from the environment prior to the upgrade or the files can be retrieved from the compressed archive file afterward.

The original environment can be re-created using the conda-pack package. The conda-pack package is not included in the default arcgispro-py3 environment but can be installed in a cloned environment with the following conda command: conda install conda-pack -c esri. The 7-zip file archiver can also be used to extract the files from the .tar.bz2 archive.

Upgrade an environment

To upgrade an environment, complete the following steps:

Voraussetzung:

Before upgrading an environment, ensure that no conda sessions are open and using the environment. Also, ensure that no other open applications are using files from the environment.

  1. On the ribbon, click the Project tab.

    The setting page appears.

  2. In the list of side tabs, click Package Manager.

    The Package Manager page appears.

  3. Click the Environment Manager button Verwalten.

    The Environment Manager dialog box appears.

    An environment that needs to be upgraded will be identified by a Warning icon Warnung and a Version Mismatch warning message.

  4. Click the Upgrade button Upgrade on the row representing the environment you want to upgrade.

    Alternatively, right-click the row representing the environment, and select Upgrade.

The environment is upgraded.

Verwandte Themen