-
Notifications
You must be signed in to change notification settings - Fork 99
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error after Rstudio Update "exeecutable file not found in $PATH" #2023
Comments
Thanks for opening! What does Also, what authentication mechanism are you using? |
The package version I'm using is
After a reinstall the version is updated to the following:
However I still get the following error.
|
Great! Just curious what authentication mechanism you're attempting (I'm wondering if adding some explicit arguments for authentication might be a workaround) |
Apologies there - the authentication mechanism is the following: |
FWIW: I've had success going back to Rstudio version Just incase anyone else runs into this issue in the future, it may be interesting if anything substantial has changed loading PATH across the two versions. |
Thanks for the investigation! We'll keep this open to troubleshoot...I am guessing that the Snowflake Go connector uses something like |
Hi! |
I don't have any updates here, but it might be worth handling the OAuth in R (I believe httr2 makes this relatively straightforward). It may be that this could be fixed in the Snowflake Go connector or it may be that this is lower level in Go (I am not sure where the |
What would you like help with?
Hi Team,
I recently updated Rstudio and ever since, I've received 2 errors when trying to run
con <- adbc_connection_init(db)
.I've tried to uninstall and reinstalladbcdrivermanager
to no avail. Randomly, I tried an old version of RStudio and it worked for a short amount of time.Both of the errors have been flavors of the following:
then (or sometimes only the following error)
Additional information:
I suspect its user error of sorts, so any direction here would be helpful.
Thanks in advance!
The text was updated successfully, but these errors were encountered: