Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added command for installing specific pipx packaging version #34772

Closed
wants to merge 2 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions CONTRIBUTORS_QUICK_START.rst
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,16 @@ Setting up Breeze

$ breeze setup autocomplete

.. note::
If you encounter an error like "ModuleNotFoundError: No module named 'airflow_breeze.params'",
you may execute the following command to install the specific packaging version:

.. code-block:: bash

$ python3 -m pip install pipx packaging==23.1

Once the package is installed, execute the breeze command again.

4. Initialize breeze environment with required python version and backend. This may take a while for first time.

.. code-block:: bash
Expand Down