I upgraded my Arc Desktop from 10.4.1 to 10.5.1. I have a Python script that no longer works, specifically, an address geocode process:
arcpy.GeocodeAddresses_geocoding(inVendorFile, address_locator, "Street ADDRESS1 VISIBLE NONE;City City VISIBLE NONE;State STATECD VISIBLE NONE;ZIP ZIPCode VISIBLE NONE", vendor_out_feature_class, "STATIC")
The script still works on another machine that still has 10.4.1. Any suggestions?