I am running into the strangest error message using the XY Table to Point GP tool. I am on version 3.5.5
- Traceback (most recent call last):
File "c:\program files\arcgis\pro\Resources\ArcToolbox\scripts\XYTableToPoint.py", line 297, in <module>
^
File "c:\program files\arcgis\pro\Resources\ArcToolbox\scripts\XYTableToPoint.py", line 70, in xy_table_to_points
File "C:\Program Files\ArcGIS\Pro\Resources\ArcPy\arcpy\geoprocessing\_base.py", line 587, in overwriteOutputOptions
return self._gp.OverwriteOutputOptions
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
RuntimeError: Object: Error in getting OverwriteOutputOptions
It appears to be happening both on CVS files as well as a Esri Table saved to the GDB. I have tried different tables, and all give the same error.
Any tips or tricks would be greatly appreciated

