This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new 0f070154e6 Update Breeze docs to handle bad interpreter error (#40544)
0f070154e6 is described below
commit 0f070154e65957e427f8ad379fc8b1a1b77e754e
Author: Elad Kalif <[email protected]>
AuthorDate: Tue Jul 2 14:51:02 2024 +0300
Update Breeze docs to handle bad interpreter error (#40544)
* Update Breeze docs to handle bad interpreter error
* move to troubleshooting
---
dev/breeze/doc/04_troubleshooting.rst | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/dev/breeze/doc/04_troubleshooting.rst
b/dev/breeze/doc/04_troubleshooting.rst
index 7bc7a52dee..fd0b1dfa40 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
<https://github.com/moby/moby/issues/43361#issuecomment-1227617516>`_ 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
--------------