potiuk commented on pull request #11950:
URL: https://github.com/apache/airflow/pull/11950#issuecomment-748902837
Unfortunately still failing with Pyarrrow:
```
ERROR: Command errored out with exit status 1:
command: /usr/local/bin/python /usr/local/lib/python3.9/site-packages/pip
install --ignore-installed --no-user --prefix
/tmp/pip-build-env-ft7nb0h3/overlay --no-warn-script-location --no-binary
:none: --only-binary :none: -i https://pypi.org/simple -- 'setuptools>=40.6.0'
wheel cython 'pyarrow>=0.17.0,<0.18.0'
cwd: None
Complete output (3432 lines):
Collecting setuptools>=40.6.0
Downloading setuptools-51.1.0.post20201221-py3-none-any.whl (2.0 MB)
Collecting wheel
Downloading wheel-0.36.2-py2.py3-none-any.whl (35 kB)
Collecting cython
Downloading Cython-0.29.21-cp39-cp39-manylinux1_x86_64.whl (1.9 MB)
Collecting pyarrow<0.18.0,>=0.17.0
Downloading pyarrow-0.17.1.tar.gz (2.6 MB)
Installing build dependencies: started
Installing build dependencies: finished with status 'error'
ERROR: Command errored out with exit status 1:
command: /usr/local/bin/python
/usr/local/lib/python3.9/site-packages/pip install --ignore-installed --no-user
--prefix /tmp/pip-build-env-dsvx64_w/overlay --no-warn-script-location
--no-binary :none: --only-binary :none: -i https://pypi.org/simple -- 'cython
>= 0.29' 'numpy==1.14.5; python_version<'"'"'3.7'"'"'' 'numpy==1.16.0;
python_version>='"'"'3.7'"'"'' setuptools setuptools_scm wheel
cwd: None
```
Even latest version of pyarrow does not yet have python 3.9 version released
so we have to wait until they release next version with py3.9:
https://pypi.org/project/pyarrow/2.0.0/#files
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]