ArcGIS 10.6.1
I am trying to (re) create a python script that creates our locators as a scheduled task. I'm running into a problem when creating a US Address - Single House; I get the above error.
I've tried several different approaches (os.path.join(), .format()) that toss the same error. I opened the help page and followed the example there where it sets the workspace env a priori and that errors out as well:
<SPAN class="string token">'''On line help snippet'''</SPAN>
arcpy<SPAN class="punctuation token">.</SPAN>env<SPAN class="punctuation token">.</SPAN>workspace <SPAN class="operator token">=</SPAN> <SPAN class="string token">"C:/ArcTutor/Geocoding/atlanta.gdb"</SPAN>
Atlanta_AddressLocator_OutputPath <SPAN class="operator token">=</SPAN> <SPAN class="string token">"C:/ArcTutor/Geocoding/Atlanta"</SPAN>
arcpy<SPAN class="punctuation token">.</SPAN>CreateAddressLocator_geocoding<SPAN class="punctuation token">(</SPAN><SPAN class="string token">"US Address - Dual Ranges"</SPAN><SPAN class="punctuation token">,</SPAN> <SPAN class="string token">"streets 'Primary Table'"</SPAN><SPAN class="punctuation token">,</SPAN><SPAN class="punctuation token">.</SPAN><SPAN class="punctuation token">.</SPAN><SPAN class="punctuation token">.</SPAN><SPAN class="punctuation token">.</SPAN><SPAN class="punctuation token">.</SPAN><SPAN class="punctuation token">.</SPAN><SPAN class="line-numbers-rows"><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN></SPAN>