paleolimbot commented on issue #1647: URL: https://github.com/apache/arrow-adbc/issues/1647#issuecomment-2329871483
> Ran into the same issue, docs say that you can install from CRAN but that seems incorrect The issue with flightsql, snowflake, and (soon) BigQuery is that CRAN does not provide a Go compiler on Windows, so the utility of submitting it is limited. We don't have a way to build binaries ourselves at the moment, unfortunately. > I tried building with pak but I get the following error It seems like the actual error is obscured here, but the most common error is that a Go compiler is not installed ( https://go.dev/dl/ or use a package manager like `brew install go` or `apt-get install golang` (double check those names!) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
