R-ArcGIS / r-bridge-install

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

Error: Could not bind to a valid ArcGIS Pro installation. #35

Closed Marnick closed 7 years ago

Marnick commented 7 years ago

I looked into the other issues that were raised on this error but that didn't help. I use

The toolbox was successfully installed and the check with Print R Version gave the correct result. So far so good. In R however I get the following result:

> require(arcgisbinding)
Loading required package: arcgisbinding
*** Please call arc.check_product() to  define a desktop license.
> arc.check_product()
Error: Could not bind to a valid ArcGIS Pro installation

Any ideas how to solve this?

dpavlushko commented 7 years ago

Are your using RStudio or Rgui.exe?

Marnick commented 7 years ago

Rstudio. Op 19 nov. 2016 2:30 a.m. schreef Dmitry Pavlushko notifications@github.com:Are your using RStudio or Rgui.exe?

—You are receiving this because you authored the thread.Reply to this email directly, view it on GitHub, or mute the thread.

dpavlushko commented 7 years ago

Could you please try Rgui. We have a couple reports when bridge failed with Rstudio but works fine with Rgui on the same machine.

Marnick commented 7 years ago

You are right! In Rgui it works. In Rstudio it still doesn't. This is strange. Op 21 nov. 2016 10:38 p.m. schreef Dmitry Pavlushko notifications@github.com:

Could you please try Rgui. We have a few reports when bridge failed with Rstudio but works fine with Rgui on the same machine.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.

dpavlushko commented 7 years ago

Please update arcgisbinding to v1.0.0.124 (https://github.com/R-ArcGIS/r-bridge/releases/latest)