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

Fix nits in LOCAL_VIRTUALENV.rst #35985

Merged
merged 1 commit into from
Nov 30, 2023

Conversation

EricGao888
Copy link
Member

-e flag works negatively here. I had spent quite some time with the environment errors when using this install command. After I had removed the -e flag, things started to work.

With -e flag, I got some errors like:

ERROR:airflow.configuration:cannot import name '__version__' from 'airflow' (unknown location)
ERROR:airflow.cli.cli_parser:cannot load CLI commands from auth manager

If -e no more works here, what about removing it? In case the instruction causes trouble for other developers.


^ Add meaningful description above
Read the Pull Request Guidelines for more information.
In case of fundamental code changes, an Airflow Improvement Proposal (AIP) is needed.
In case of a new dependency, check compliance with the ASF 3rd Party License Policy.
In case of backwards incompatible changes please leave a note in a newsfragment file, named {pr_number}.significant.rst or {issue_number}.significant.rst, in newsfragments.

@potiuk potiuk merged commit 20db3db into apache:main Nov 30, 2023
47 checks passed
@potiuk
Copy link
Member

potiuk commented Nov 30, 2023

Re -e, yes we have an issu about that #30764 and I am about to turn my attention to get it fixed.

@ephraimbuddy ephraimbuddy added this to the Airflow 2.8.2 milestone Feb 19, 2024
@ephraimbuddy ephraimbuddy added the changelog:skip Changes that should be skipped from the changelog (CI, tests, etc..) label Feb 19, 2024
@ephraimbuddy ephraimbuddy removed this from the Airflow 2.8.2 milestone Feb 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:dev-tools changelog:skip Changes that should be skipped from the changelog (CI, tests, etc..)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants