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
Solved! Go to Solution.
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...
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...
Thank you Paul! The mistake was mine I didn't choose a clone version in Project Environment.