I'm trying to create an AP with 2.6.6 that includes the small set of test data that I have. Every time I try this, I received the following error. I have no dirty areas, clean geometry, and only 1 subnetwork. I can export the AP schema with no issues.
Solved! Go to Solution.
Found the related bug. What version of the UNtools are you using, this should have been resolved.
https://support.esri.com/en/bugs/nimbus/QlVHLTAwMDE0Mzk5MA==
type
import untools
untools.__version__
You should be on 2.6.3
if not, you can install the update through the python package manager or using the conda command line
Open Python Command Prompt
conda install untools=2.6.3
Can you let us know what version of pandas is installed?
Open Python window in ArcGIS Pro
Type
import pandas
pandas.__version__
1.1.5
Found the related bug. What version of the UNtools are you using, this should have been resolved.
https://support.esri.com/en/bugs/nimbus/QlVHLTAwMDE0Mzk5MA==
type
import untools
untools.__version__
You should be on 2.6.3
if not, you can install the update through the python package manager or using the conda command line
Open Python Command Prompt
conda install untools=2.6.3