arcgis-osm-editor
arcgis-osm-editor copied to clipboard
OSMToolHelper.cs - 'OSMGPFactory' does not contain a definition for 'GetPythonArcGISInstallLocation'
Building GeoProcessing.sln raises error: OSMToolHelper.cs - 'OSMGPFactory' does not contain a definition for 'GetPythonArcGISInstallLocation'
OSMGPFactory.GetPythonArcGISInstallLocation()
is referenced by:
- OSMGeoProcessing/OSMToolHelper.cs#L2973
- OSMGeoProcessing/OSMToolHelper.cs#L3079
- OSMGeoProcessing/OSMToolHelper.cs#L3179
also having this issue.
I found this bit of code to return the path to python: https://gis.stackexchange.com/questions/44411/how-can-i-programmatically-get-the-path-of-python-exe-used-by-arcmap
Maybe a branching issue?
dev still show everything in its proper place https://github.com/Esri/arcgis-osm-editor/blob/b08ec48a9ca5a950c2480eb81c43ab5c664da275/src/OSMGeoProcessing/OSMGPFactory.cs#L588
ah, I was using master. Is there a plan to pull the dev branch into master? tag a release?