Esri / arcgis-osm-editor

ArcGIS Editor for OpenStreetMap is a toolset for GIS users to access and contribute to OpenStreetMap through their Desktop or Server environment.
Apache License 2.0
392 stars 129 forks source link

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

Open KubaSzostak opened 3 years ago

KubaSzostak commented 3 years ago

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

OSMGPFactory.GetPythonArcGISInstallLocation() is referenced by:

image

mhogeweg commented 3 years ago

also having this issue.

mhogeweg commented 3 years ago

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

ThomasEmge commented 3 years ago

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

mhogeweg commented 3 years ago

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