How I can get/download the Utility Network Package Tools for Arcgis pro

5747
20
04-08-2020 01:43 PM
AlaaFlaifel
Occasional Contributor

How I can get/download the Utility Network Package Tools for Arcgis pro?

Thanks in advance,

Alaa

20 Replies
PaulLeBlanc1
Esri Regular Contributor

The Get Started tab has a link on how to install. Install the Utility Network Package Tools toolbox—Get Started | ArcGIS Solutions 

AlaaFlaifel
Occasional Contributor

Thanks Paul, I'll try it.

Z__NahideAydin1
New Contributor III

I installed the untools but I cannot find in the toolbox any of the packaging tools such as asset package to file geodatabase.

Help I am lost

PaulLeBlanc1
Esri Regular Contributor

Can you open the python window in Pro (Analysis ribbon) and the run the following code?

import untools
print(untools.__version__)

That will confirm the version of untools you have installed.

Z__NahideAydin1
New Contributor III

this is what i got 

import untools
Traceback (most recent call last):
File "<string>", line 1, in <module>
ModuleNotFoundError: No module named 'untools'

S I guess although it says it is installed it is not?

Z__NahideAydin1
New Contributor III

After I realized i don't have it I did the installation through python command window. Ans when I opened pro again I got an failed to load system tools error here is the screen shot 

PaulLeBlanc1
Esri Regular Contributor

Hmm, that usually means something happened to your cloned environment. You should probably create a new clone and try installing untools again.

Z__NahideAydin1
New Contributor III

Ok I'll try that and get back to you thanks for your help

Z__NahideAydin1
New Contributor III

Thank you so much for your help after i re did the clone it worked!

import untools
print (untools.__version__)
2.5.1