Join Slack
Powered by
what would be entailed in getting a native (macos)...
# general
n
nice-park-16693
05/25/2023, 1:23 PM
what would be entailed in getting a native (macos) arm64 version of grpc_python_plugin built?
e
enough-analyst-54434
05/25/2023, 2:38 PM
https://grpc.io/docs/languages/python/quickstart/
But replace
pip install
with
pip wheel
. Hosting that wheel is of course another thing.
f
fast-nail-55400
05/25/2023, 3:51 PM
You can then specify where to find that wheel via the options in
https://www.pantsbuild.org/v2.16/docs/reference-python-repos
.
2
Views
Open in Slack
Previous
Next