jorisvandenbossche commented on pull request #11604:
URL: https://github.com/apache/arrow/pull/11604#issuecomment-960733712
So in the previously working build, the pip install output was:
```
+ python3 -m pip install /arrow/python/dist/pyarrow-7.0.0.dev36.tar.gz
Processing /arrow/python/dist/pyarrow-7.0.0.dev36.tar.gz
Installing build dependencies: started
Installing build dependencies: still running...
Installing build dependencies: still running...
Installing build dependencies: finished with status 'done'
Getting requirements to build wheel: started
Getting requirements to build wheel: finished with status 'done'
Preparing metadata (pyproject.toml): started
Preparing metadata (pyproject.toml): finished with status 'done'
Requirement already satisfied: numpy>=1.16.6 in
/usr/local/lib/python3.8/dist-packages (from pyarrow==7.0.0a0) (1.21.3)
Building wheels for collected packages: pyarrow
Building wheel for pyarrow (pyproject.toml): started
Building wheel for pyarrow (pyproject.toml): still running...
Building wheel for pyarrow (pyproject.toml): finished with status 'done'
Created wheel for pyarrow:
filename=pyarrow-7.0.0a0-cp38-cp38-linux_x86_64.whl size=13656029
sha256=ced739c5669a2eccc9b6fc7a86dc3155b9cf020f11b540aa081de31538d78e56
Stored in directory:
/root/.cache/pip/wheels/cb/3f/9f/2ec7d8a0c41a397bda1da723fdadc63ea0a8be9fdd9ed6d7e5
Successfully built pyarrow
Installing collected packages: pyarrow
WARNING: Running pip as the 'root' user can result in broken permissions and
conflicting behaviour with the system package manager. It is recommended to use
a virtual environment instead: https://pip.pypa.io/warnings/venv
Successfully installed pyarrow-7.0.0a0
```
But the fact that the requirement is "numpy>=1.16.6" seems a bit fishy,
since the pyproject.toml clearly indicates "==1.16.6".
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]