Skip to content
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

[Java] gRPC not available on M1 #359

Open
asfimport opened this issue Feb 3, 2022 · 0 comments
Open

[Java] gRPC not available on M1 #359

asfimport opened this issue Feb 3, 2022 · 0 comments
Labels
Type: enhancement New feature or request

Comments

@asfimport
Copy link

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.

@assignUser assignUser transferred this issue from apache/arrow Nov 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant