arcgis-osm-editor icon indicating copy to clipboard operation
arcgis-osm-editor copied to clipboard

OSMToolHelper.cs - 'OSMGPFactory' does not contain a definition for 'GetPythonArcGISInstallLocation'

Open KubaSzostak opened this issue 4 years ago • 4 comments

Building GeoProcessing.sln raises error: OSMToolHelper.cs - 'OSMGPFactory' does not contain a definition for 'GetPythonArcGISInstallLocation'

OSMGPFactory.GetPythonArcGISInstallLocation() is referenced by:

image

KubaSzostak avatar Sep 05 '20 12:09 KubaSzostak

also having this issue.

mhogeweg avatar Dec 10 '20 02:12 mhogeweg

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

mhogeweg avatar Dec 10 '20 02:12 mhogeweg

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

ThomasEmge avatar Dec 10 '20 16:12 ThomasEmge

ah, I was using master. Is there a plan to pull the dev branch into master? tag a release?

mhogeweg avatar Dec 10 '20 16:12 mhogeweg