I am working to create new trash pick-up routes and was planning to use this phyton tool from ArcGIS Online. Dev Summit 2021-High Density Routing - Overview (arcgis.com)
However, when I try to run tool, I get this error message.
RachaelMurtaugh_0-1720644358602.png
Solved! Go to Solution.
The script tool is looking for the Python script to run, but the path is out of date, not pointing to your copy of the script.
Open the toolbox and right-click the script tool and click Properties.
Click the Execution tab.
path_to_py_script.png
Click the browse button and browse to the location of the "AutomatatedHighDensityRouting.py" script file on your own machine.
browse-to-script-file.png
Click OK on the browse window.
Click OK on the script tool properties.
Run the tool. It should work now.
The script tool is looking for the Python script to run, but the path is out of date, not pointing to your copy of the script.
Open the toolbox and right-click the script tool and click Properties.
Click the Execution tab.
path_to_py_script.png
Click the browse button and browse to the location of the "AutomatatedHighDensityRouting.py" script file on your own machine.
browse-to-script-file.png
Click OK on the browse window.
Click OK on the script tool properties.
Run the tool. It should work now.