R-ArcGIS / r-bridge-install

Install the R ArcGIS Tools
Apache License 2.0
188 stars 59 forks source link

Issues installing r-bridge with R 3.6.1 and arcMap 10.6.1 #86

Closed AbernethyR closed 4 years ago

AbernethyR commented 4 years ago

HI, I have been working on this for quite a while with no luck (and am no slightly worried i have mucked it up beyond repair).

I initially installed the bridge and arcgisbinding without RTools, so deleted, installed tools and reinstalled.

In arcCat I at first had luck installing the bridge, but now get this error message

I also have arcPro installed on this machine, but am not using it just yet. My intent is to use the bridge to access sde database files...

2019-10-25_15-37-39

HELP!! Thanks, R

AbernethyR commented 4 years ago

opps forgot the error message im getting in R as well...

library(arcgisbinding)

arc.check_product() Error: Could not bind to a valid ArcGIS Pro installation.

AbernethyR commented 4 years ago

Further trouble shooting discovered this error.... 2019-10-25_16-10-12

scdub commented 4 years ago

@AbernethyR Thanks for the report. The error you get in your first message is unexpected, since arcpy.GetInstallInfo() is a basic functionality that ArcPy provides -- my guess is, something is interfering with the Python installation (perhaps from another software product), but if you have Pro co-installed on the machine, there is a simpler way to get the bridge for both environments. You can follow the instructions in this video to install the bridge into R for both Pro and ArcMap, and that'll be easier than trying to do it using this toolbox.

Cheers, Shaun

AbernethyR commented 4 years ago

Thanks - this worked!