Frequently asked questions

Frequently asked questions about the Utility Solutions Tools toolbox are listed for reference.

Installation

General

Installation

It's taking awhile to install the Utility Solutions Tools toolbox through the Python Package Manager. Is this normal?

Yes, this is normal. As part of the installation process, another Python package, pandas, is updated and it takes a few minutes to complete.

I don't see utilsolutions in the Python Package Manager. What should I do?

If you don't see utilsolutions in the Python Package Manager, first, verify that you're running ArcGIS Pro 2.2 and have created a cloned environment. Once you've cloned your environment, browse to the Add Packages dialog box, and click Refresh Refresh to reload the list of available packages. Follow steps 3 through 6 in Install the utilsolutions through the Python Package Manager.

I followed the steps above and still cannot see utilsolutions in the list of packages. What should I do?

If your network intercepts SSL traffic, conda will fail to refresh the list of available packages in the Python Command Prompt. You can still install the tools, but you need to use the Python Command Prompt. Make sure you've created a cloned environment, and install the tools using the following steps:

  1. In the Windows Start menu, browse to the ArcGIS folder.
  2. Click the drop-down arrow next to ArcGIS and click Python Command Prompt to open the window.
  3. Verify that the first line of code displays the name of your cloned environment before continuing. Once confirmed, type conda install -c esri utilsolutions --insecure and press Enter.
    Python Command Prompt with a path to the cloned environment and the command conda install utilsolutions --insecure
  4. When the installation is complete, close the Python Command Prompt and start ArcGIS Pro to confirm that the Utility Solutions Tools toolbox has been added.

I need to install utilsolutions on a machine that is disconnected from the Internet. Can I install the tools?

Yes. You'll need to manually download the tools, copy them to your machine, and use the Python Command Prompt to install them. Complete the following steps to get started:

  1. Click utilsolutions to open the Anaconda Cloud page containing the Utility Solutions Tools toolbox.
  2. Choose a version of utilsolutions that aligns with your version of ArcGIS Pro and download the .tar.bz2 file.
  3. Save the file locally on the machine where you want to install the tools.
  4. In Windows Explorer, browse to the ArcGIS folder.
  5. Click the drop-down arrow next to ArcGIS and click Python Command Prompt to open the window.
  6. Type conda install "<path to downloaded .tar.bz2 file>" --verbose and press Enter.
  7. When the installation is complete, close the Python Command Prompt and start ArcGIS Pro to confirm that the Utility Solutions Tools toolbox has been added.

The Utility Solutions Tools toolbox installation is finished, but I can't find the tools. Did the installation complete successfully?

To view the toolbox, first, close all instances of ArcGIS Pro that are running. Then restart ArcGIS Pro so the geoprocessing cache updates; the tools should now be visible.

General

When can I expect other toolsets to be added?

The Utility Solutions Tools toolbox includes toolsets for common GIS workflows for water, gas, electric, and telecommunications. It currently includes the CCTV and 3D toolsets. At future releases of the tools, additional toolsets will be added. To access new tools, the toolbox can be updated through the Python Package Manager.

I'm looking for more information about the Python and ArcGIS Pro. Where can I find more information?

Go to the Python and ArcGIS Pro 2.2 GeoNet post to learn more.

Where can I go for help?

If you need support for Utility Solutions Tools, contact Esri Technical Support. Alternatively, to get help from other utility community members, post your questions on GeoNet.

Top