Error installing airbyte-ci using make command

Summary

Encountering an error while trying to install airbyte-ci using the make command, specifically getting a ‘No such file or directory’ error related to Python.


Question

Unable to install airbyte-ci by using make command, getting below error

make tools.airbyte-ci.install
Nothing to uninstall for pipelines 😴
Uninstalled pipelines via pipx
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.
make: python: No such file or directory
make: *** [Makefile:12: tools.airbyte-ci-binary.install] Error 127



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

["error", "installing", "airbyte-ci", "make-command", "python"]

Hopefully you were able to get things working, but for anyone else who comes upon this thread here was my solution.
I changed the Makefile in the root directory of the airbyte repository to specify python3 instead of python and that resolved that error for me