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

breeze - docs adding pipx python flag #35827

Merged
merged 1 commit into from
Nov 23, 2023
Merged

Conversation

pateash
Copy link
Contributor

@pateash pateash commented Nov 23, 2023

Pipx creating virtualenv (apache-airflow-breeze) with system python(3.12.0)

installed package apache-airflow-breeze 0.0.1, installed using Python 3.12.0

in turn giving

distutils module not found error.

Although it can be resolved by installing breeze with specific python version.

pipx install -e ./dev/breeze --force --python /Users/airflow/.pyenv/versions/3.8.16/bin/python

Adding this information into breeze.rst can help others as well 🙏

@pateash pateash changed the title breeze - docs added pipx python flag breeze - docs adding pipx python flag Nov 23, 2023
@potiuk potiuk merged commit afe14ce into apache:main Nov 23, 2023
@pateash pateash deleted the pateash/dev branch November 23, 2023 20:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants