Select to view content in your preferred language

Apply Asset Package Script Tool Error

2049
10
Jump to solution
07-31-2018 11:42 AM
Labels (1)
MarkCederholm
Regular Contributor II

I'm going through the Naperville Gas utility network walkthrough, and when I tried to run the untools Apply Asset Package tool, I got the following error:

File "untools\utils\schema_package.py", line 811, in _validate_associations_have_rules
rules = rules.append(junction_rules, sort=False)
TypeError: append() got an unexpected keyword argument 'sort'

After I commented out the "sort" keyword on line 811, the tool ran fine.

Tags (2)
10 Replies
MikeMillerGIS
Esri Frequent Contributor

Try the offline install of pandas, should get you running again

https://anaconda.org/anaconda/pandas

0 Kudos