We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When building on M1 gRPC is not found. It can be manually downloaded and installed:
mvn install:install-file -DgroupId=io.grpc -DartifactId=protoc-gen-grpc-java -Dversion=1.41.0 -Dclassifier=osx-aarch_64 -Dpackaging=exe -Dfile=/Users/<user>/Downloads/protoc-gen-grpc-java-1.41.0-osx-x86_64.exe
But perhaps that could be fixed as suggested here: grpc/grpc-java#7690
Reporter: Rok Mihevc / @rok Watchers: Rok Mihevc / @rok
Note: This issue was originally created as ARROW-15549. Please see the migration documentation for further details.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When building on M1 gRPC is not found. It can be manually downloaded and installed:
But perhaps that could be fixed as suggested here: grpc/grpc-java#7690
Reporter: Rok Mihevc / @rok
Watchers: Rok Mihevc / @rok
Note: This issue was originally created as ARROW-15549. Please see the migration documentation for further details.
The text was updated successfully, but these errors were encountered: