`airbyte-ci` support on macOS running on Intel

Summary

The user is inquiring about the support of airbyte-ci on macOS running on Intel. They have successfully installed it but encounter an error when trying to run it.


Question

Is airbyte-ci supported on macos running on Intel?
I have β€œsuccessfully” installed it on my local machine…

Nothing to uninstall for pipelines :sleeping:
Uninstalled pipelines via pipx
Removing /Users/michael/.local/bin/airbyte-ci
Removed airbyte-ci
Removed airbyte-ci-internal
Removed airbyte-ci-dev
All airbyte-ci references removed from pyenv versions.
Cleanup of airbyte-ci install completed.
macOS based system detected.
Downloading from <https://connectors.airbyte.com/files/airbyte-ci/releases/macos/latest/airbyte-ci>

  ╔───────────────────────────────────────────────────────────────────────────────╗
  β”‚                                        β”‚
  β”‚  AAA  IIIII RRRRRR BBBBB  YY  YY TTTTTTT EEEEEEE     CCCCC IIIII  β”‚
  β”‚  AAAAA  III RR  RR BB  B YY  YY  TTT  EE       CC    III  β”‚
  β”‚ AA  AA III RRRRRR BBBBBB  YYYYY  TTT  EEEEE  _____ CC    III  β”‚
  β”‚ AAAAAAA III RR RR BB  BB  YYY   TTT  EE       CC    III  β”‚
  β”‚ AA  AA IIIII RR  RR BBBBBB  YYY   TTT  EEEEEEE     CCCCC IIIII  β”‚
  β”‚                                        β”‚
  β”‚ === Installation complete. v(latest)===                   β”‚
  β”‚ /Users/michael/.local/bin/airbyte-ci                              β”‚
  β•šβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β•
   
Checking if airbyte-ci is correctly installed...
airbyte-ci is correctly installed at /Users/michael/.local/bin/airbyte-ci4```
However, when I come to run it…

```michael@michaels-mbp-16 airbyte-master % airbyte-ci
zsh: bad CPU type in executable: airbyte-ci```
Thanks

<br>

---

This topic has been created from a Slack thread to give it more visibility.
It will be on Read-Only mode here. [Click here](https://airbytehq.slack.com/archives/C021JANJ6TY/p1724758959820109) if you want 
to access the original thread.

[Join the conversation on Slack](https://slack.airbyte.com)

<sub>
["airbyte-ci", "macos", "intel", "installation", "error"]
</sub>

Yes, I used airbyte-ci on MacOS/Intel :smile:

I usually install using poetry, maybe <@U02UC3T12PJ> can provide more info

<@U07J8SREEDV> the released binary for mac os is compiled for ARM64 and not AMD64.
You can try a local install from source using make tools.airbyte-ci-dev.install
Let me know if it works.

Thanks <@U02UC3T12PJ>.

Python 3.10 is already installed.
pipx is already installed.
 installed package pipelines 4.25.2, installed using Python 3.10.12
 These apps are now globally available
  - airbyte-ci
  - airbyte-ci-dev
done! :sparkles: :star2: :sparkles:
Development version of airbyte-ci installed.....```
When I run it, I get the following message. As I’m using a fork I assume I can ignore it?

```michael@michaels-mbp-16 airbyte % airbyte-ci --help   
[15:37:23] WARNING  root:                                                                  ensure_repo_root.py:29
             :warning::warning::warning::warning::warning::warning::warning::warning::warning::warning::warning::warning::warning::warning::warning::warning:                                                                       
                                                                                            
             It looks like you are not running this command from the airbyte repo (airbytehq/airbyte).                                   
                                                                                            
             If this command is run from outside the airbyte repo, it will not work properly.                                       
                                                                                            
             Please run this command your local airbyte project.                                                      
                                                                                            
             :warning::warning::warning::warning::warning::warning::warning::warning::warning:                                                                           
                                                                                            
      WARNING  root:                                                                  ensure_repo_root.py:29
             :warning::warning::warning::warning::warning::warning::warning::warning::warning::warning::warning::warning::warning::warning::warning::warning:                                                                       
                                                                                            
             It looks like you are not running this command from the airbyte repo (airbytehq/airbyte).                                   
                                                                                            
             If this command is run from outside the airbyte repo, it will not work properly.                                       
                                                                                            
             Please run this command your local airbyte project.                                                      
                                                                                            
             :warning::warning::warning::warning::warning::warning::warning::warning::warning:                                                                           
                                                                                            
      INFO    root: Setting working directory to /Users/michael/github/airbyte```

Yes you might be able to safely ignore this warning indeed