diff --git a/dev/breeze/doc/04_troubleshooting.rst b/dev/breeze/doc/04_troubleshooting.rst index 7bc7a52dee5a5..fd0b1dfa401dc 100644 --- a/dev/breeze/doc/04_troubleshooting.rst +++ b/dev/breeze/doc/04_troubleshooting.rst @@ -72,6 +72,14 @@ describe your problem. stated in `This comment `_ and allows to run Breeze with no problems. +Bad Interpreter Error +--------------------- + +If you are experiencing bad interpreter errors +``zsh: /Users/eladkal/.local/bin/breeze: bad interpreter: /Users/eladkal/.local/pipx/venvs/apache-airflow-breeze/bin/python: no such file or directory`` + +try to run ``pipx list`` to view which packages has bad interpreter (it can be more than just breeze, for example pre-commit) +you can fix these errors by running ``pipx reinstall-all`` ETIMEDOUT Error --------------