raulcd commented on PR #14499:
URL: https://github.com/apache/arrow/pull/14499#issuecomment-1292644787
The only wheel job failing is `wheel-macos-big-sur-cp311-universal2`. There
are issues resolving the `numpy` version from `old_supported_numpy`. I am
trying to understand why this issue is only happening on this specific job:
```
Collecting oldest-supported-numpy>=0.14
Using cached oldest_supported_numpy-2022.8.16-py3-none-any.whl (3.9 kB)
Collecting setuptools_scm
Using cached setuptools_scm-7.0.5-py3-none-any.whl (42 kB)
Collecting setuptools>=58
Using cached setuptools-65.5.0-py3-none-any.whl (1.2 MB)
Collecting wheel
Using cached wheel-0.37.1-py2.py3-none-any.whl (35 kB)
Collecting oldest-supported-numpy>=0.14
Using cached oldest_supported_numpy-2022.5.28-py3-none-any.whl (3.9 kB)
Using cached oldest_supported_numpy-2022.5.27-py3-none-any.whl (3.9 kB)
Using cached oldest_supported_numpy-2022.4.18-py3-none-any.whl (3.9 kB)
Using cached oldest_supported_numpy-2022.4.10-py3-none-any.whl (3.9 kB)
Using cached oldest_supported_numpy-2022.4.8-py3-none-any.whl (3.9 kB)
Using cached oldest_supported_numpy-2022.3.27-py3-none-any.whl (3.9 kB)
Using cached oldest_supported_numpy-2022.1.30-py3-none-any.whl (3.9 kB)
Using cached oldest_supported_numpy-0.15-py3-none-any.whl (3.8 kB)
Using cached oldest_supported_numpy-0.14-py3-none-any.whl (3.8 kB)
INFO: pip is looking at multiple versions of <Python from Requires-Python>
to determine which version is compatible with other requirements. This could
take a while.
INFO: pip is looking at multiple versions of cython to determine which
version is compatible with other requirements. This could take a while.
Collecting cython>=0.29.11
Using cached Cython-0.29.30-py2.py3-none-any.whl (985 kB)
ERROR: Cannot install -r
/Users/voltrondata/github-actions-runner/_work/crossbow/crossbow/arrow/python/requirements-wheel-build.txt
(line 2) because these package versions have conflicting dependencies.
ERROR: ResolutionImpossible: for help visit
https://pip.pypa.io/en/latest/topics/dependency-resolution/#dealing-with-dependency-conflicts
The conflict is caused by:
oldest-supported-numpy 2022.8.16 depends on numpy==1.23.2;
python_version == "3.11" and platform_python_implementation != "PyPy"
oldest-supported-numpy 2022.5.28 depends on numpy; python_version >=
"3.11"
oldest-supported-numpy 2022.5.27 depends on numpy; python_version >=
"3.11"
oldest-supported-numpy 2022.4.18 depends on numpy; python_version >=
"3.11"
oldest-supported-numpy 2022.4.10 depends on numpy; python_version >=
"3.11"
oldest-supported-numpy 2022.4.8 depends on numpy; python_version >=
"3.11"
oldest-supported-numpy 2022.3.27 depends on numpy; python_version >=
"3.11"
oldest-supported-numpy 2022.1.30 depends on numpy; python_version >=
"3.11"
oldest-supported-numpy 0.15 depends on numpy; python_version >= "3.11"
oldest-supported-numpy 0.14 depends on numpy; python_version >= "3.11"
To fix this you could try to:
1. loosen the range of package versions you've specified
2. remove package versions to allow pip attempt to solve the dependency
conflict
```
--
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]