-
Notifications
You must be signed in to change notification settings - Fork 16.4k
Update start.rst #37098
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
Update start.rst #37098
Conversation
add virtualenv as a requirement
|
Congratulations on your first Pull Request and welcome to the Apache Airflow community! If you have any issues or are unsure about any anything please check our Contributors' Guide (https://github.com/apache/airflow/blob/main/contributing-docs/README.rst)
|
| .. note:: | ||
|
|
||
| Successful installation requires a Python 3 environment. Starting with Airflow 2.7.0, Airflow supports Python 3.8, 3.9, 3.10 and 3.11. | ||
| Successful installation requires a Python 3 environment, along with virtualenv. Starting with Airflow 2.7.0, Airflow supports Python 3.8, 3.9, 3.10 and 3.11. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not necessarily, virtualenv recommended way to install it.
|
Without virtualenv the DAG mentioned in the tutorial does not exist.
Get Outlook for Android<https://aka.ms/AAb9ysg>
________________________________
From: Gopal Dirisala ***@***.***>
Sent: Tuesday, January 30, 2024 5:03:27 PM
To: apache/airflow ***@***.***>
Cc: Dan Bachar ***@***.***>; Author ***@***.***>
Subject: Re: [apache/airflow] Update start.rst (PR #37098)
@dirrao commented on this pull request.
________________________________
In docs/apache-airflow/start.rst<#37098 (comment)>:
@@ -24,7 +24,7 @@ This quick start guide will help you bootstrap an Airflow standalone instance on
.. note::
- Successful installation requires a Python 3 environment. Starting with Airflow 2.7.0, Airflow supports Python 3.8, 3.9, 3.10 and 3.11.
+ Successful installation requires a Python 3 environment, along with virtualenv. Starting with Airflow 2.7.0, Airflow supports Python 3.8, 3.9, 3.10 and 3.11.
Not necessarily, virtualenv recommended way to install it.
—
Reply to this email directly, view it on GitHub<#37098 (review)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AECHNJADZZI4VNBUE6RLDCDYREKU7AVCNFSM6AAAAABCROTYS6VHI2DSMVQWIX3LMV43YUDVNRWFEZLROVSXG5CSMV3GSZLXHMYTQNJRG4YTCNZYGU>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
|
Virtual environment it is not a strict requirement it is only highly suggested into the non isolated environment. For example you could easily use Airflow which installed into the userspace into the Docker, that how it installed into the Official Airflow Images. There is difficult to recognise what is going wrong in your case it could be:
|
|
I think the issue is different. You shoudl add note that some examples might not work if you do not install it with https://airflow.apache.org/docs/apache-airflow/stable/extra-packages-ref.html#core-airflow-extras - airflow has different extras and virtualenv is one of them. |
|
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed in 5 days if no further activity occurs. Thank you for your contributions. |
add virtualenv as a requirement