[AIRFLOW-2723] - Update lxml dependancy to >= 4.0.0#3583
[AIRFLOW-2723] - Update lxml dependancy to >= 4.0.0#3583neil90-db wants to merge 1 commit intoapache:masterfrom neil90-db:master
Conversation
Codecov Report
@@ Coverage Diff @@
## master #3583 +/- ##
==========================================
- Coverage 76.83% 76.83% -0.01%
==========================================
Files 204 204
Lines 15492 15492
==========================================
- Hits 11904 11903 -1
- Misses 3588 3589 +1
Continue to review full report at Codecov.
|
|
The issue seems to be with your machine: https://pastebin.com/30AJz5tC It looks like it is compiling some C-extensions used by lxml. Apart from that I don't see any objects to update this to a more recent version. |
|
@Fokko, So this is using the base Python3 Docker image. So must be a dependency missing on the Python3 image? |
|
It works on my machine: |
|
I ran into this issue yesterday as well, it is because the Airflow docs suggest to run with |
|
So if anything this just helps Airflow be compatible with Python 3.7 |
|
Exactly. Good to know: |
Closes apache#3583 from neil90/master
Closes apache#3583 from neil90/master
Closes apache#3583 from neil90/master
Closes apache#3583 from neil90/master
Closes apache#3583 from neil90/master
[AIRFLOW-2713] Rename async variable in setup.py for Python 3.7.0 compatibility Closes apache#3561 from Perados/rename-async-to-async_packages-in-setup [AIRFLOW-2716] Replace async and await py3.7 keywords Closes apache#3578 from JacobHayes/py37-keywords [AIRFLOW-2723] Update lxml dependancy to >= 4.0.0 Closes apache#3583 from neil90/master
Make sure you have checked all steps below.
JIRA
Description
Tests
Commits
Documentation
Code Quality
git diff upstream/master -u -- "*.py" | flake8 --diff