Error running python CDK tutorial with airbyte-ci on Macbook with Intel chip

Summary

Error ‘zsh: bad CPU type in executable: airbyte-ci’ encountered when running python CDK tutorial with airbyte-ci on Macbook with Intel chip


Question

Hi team, when we are trying to run the python CDK tutorial, and try to use airbyte-ci. We got this error, zsh: bad CPU type in executable: airbyte-ci. We all use macbook with intel chip. I’ve tried the intel on my Windows desktop, and it is fine.



This topic has been created from a Slack thread to give it more visibility.
It will be on Read-Only mode here. Click here if you want
to access the original thread.

Join the conversation on Slack

["python-cdk-tutorial", "airbyte-ci", "macbook", "intel-chip", "error"]

I have a macbook with intel chip :fire: and airbyte-ci works fine. I usually install the dev version using poetry.

poetry install
poetry shell
cd ../../```
Give a try