Did anyone try running Airbyte locally on M2 Mac?
# replication-ask-ai
s
Did anyone try running Airbyte locally on M2 Mac?
k
A message from kapa.ai
Hmm, I don't know enough to give you a confident answer yet. The information extracts provided do not specifically mention the M2 Mac. However, there are discussions and instructions related to running Airbyte on an M1 Mac. You might find these resources helpful: - [Local Deployment Guide](https://docs.airbyte.com/deploying-airbyte/local-deployment) - [Developing Locally Guide](https://docs.airbyte.com/contributing-to-airbyte/resources/developing-locally) Please note that while these resources are specific to the M1 Mac, they might still be relevant for the M2 Mac. If you encounter any issues, I recommend reaching out to the Airbyte community on their [Slack channel](https://airbytehq.slack.com) or [forum](https://discuss.airbyte.io) for further assistance.
m
@Sai it shouldn’t be a problem to run Airbyte on M2 chips.
s
ok. I tried running it locally and seeing issues with temporal - any thoughts on how I can fix this?
Copy code
2023-07-18 10:03:10 2023-07-18 17:03:10 WARN i.a.c.t.TemporalUtils(getTemporalClientWhenConnected):269 - Ignoring exception while trying to request Temporal namespace:
2023-07-18 10:03:10 io.grpc.StatusRuntimeException: NOT_FOUND: Namespace default is not found.
2023-07-18 10:03:10     at io.grpc.stub.ClientCalls.toStatusRuntimeException(ClientCalls.java:271) ~[grpc-stub-1.54.0.jar:1.54.0]
2023-07-18 10:03:10     at io.grpc.stub.ClientCalls.getUnchecked(ClientCalls.java:252) ~[grpc-stub-1.54.0.jar:1.54.0]
2023-07-18 10:03:10     at io.grpc.stub.ClientCalls.blockingUnaryCall(ClientCalls.java:165) ~[grpc-stub-1.54.0.jar:1.54.0]
2023-07-18 10:03:10     at io.temporal.api.workflowservice.v1.WorkflowServiceGrpc$WorkflowServiceBlockingStub.describeNamespace(WorkflowServiceGrpc.java:3662) ~[temporal-serviceclient-1.17.0.jar:?]
2023-07-18 10:03:10     at io.airbyte.commons.temporal.TemporalUtils.getNamespaceInfo(TemporalUtils.java:283) ~[io.airbyte-airbyte-commons-temporal-0.50.8.jar:?]
2023-07-18 10:03:10     at io.airbyte.commons.temporal.TemporalUtils.getTemporalClientWhenConnected(TemporalUtils.java:265) ~[io.airbyte-airbyte-commons-temporal-0.50.8.jar:?]
2023-07-18 10:03:10     at io.airbyte.commons.temporal.TemporalUtils.createTemporalService(TemporalUtils.java:103) ~[io.airbyte-airbyte-commons-temporal-0.50.8.jar:?]
2023-07-18 10:03:10     at io.airbyte.commons.temporal.TemporalUtils.createTemporalService(TemporalUtils.java:124) ~[io.airbyte-airbyte-commons-temporal-0.50.8.jar:?]
2023-07-18 10:03:10     at io.airbyte.commons.temporal.TemporalUtils.createTemporalService(TemporalUtils.java:128) ~[io.airbyte-airbyte-commons-temporal-0.50.8.jar:?]
2023-07-18 10:03:10     at io.airbyte.commons.temporal.config.TemporalBeanFactory.temporalService(TemporalBeanFactory.java:25) ~[io.airbyte-airbyte-commons-temporal-0.50.8.jar:?]
2023-07-18 10:03:10     at io.airbyte.commons.temporal.config.$TemporalBeanFactory$TemporalService0$Definition.build(Unknown Source) ~[io.airbyte-airbyte-commons-temporal-0.50.8.jar:?]