Missing Stage Utility Network tool in ArcGIS Pro 2.4.1

565
2
Jump to solution
08-21-2019 10:32 PM
IvoIhtimanski
New Contributor II

Hi,

 

I'm trying to use the tool ''Stage Utility Network'' but I cannot find it.

In ArcGIS Pro 2.3 I had no problems to use the tool. Now I’m using ArcGIS Pro 2.4.1 with untools version 2.4.1 and it’s missing from the toolbox.

Am I doing something wrong or it's by design?

 

Thanks,

Ivo

0 Kudos
1 Solution

Accepted Solutions
PaulLeBlanc1
Esri Contributor

If you run the following from the python window in Pro, what does it show?

import untools
untools.__version__
dir(arcpy.pt)

If StageUtilityNetwork shows up here, that means it is installed but is hidden from the UI. Not sure what could cause only this tool to do this...

View solution in original post

0 Kudos
2 Replies
PaulLeBlanc1
Esri Contributor

If you run the following from the python window in Pro, what does it show?

import untools
untools.__version__
dir(arcpy.pt)

If StageUtilityNetwork shows up here, that means it is installed but is hidden from the UI. Not sure what could cause only this tool to do this...

0 Kudos
IvoIhtimanski
New Contributor II

Thank you Paul! The mistake was mine I didn't choose a clone version in Project Environment.