Compilation issues with M1 chips
kritzware opened this issue · 0 comments
kritzware commented
Several of us on newer M1 laptops were unable to perform several upgrade steps:
- Running
yarn
, which in turn runscompileProtos
fromgoogle-gax
, fails - Running
make protos
at the Bazel build step
Everything worked fine when using an older chip. Perhaps some dependency in google-gax and Bazel is incompatible on M1 for the time being?