Skip to content
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

xgboost 2.1.1 is not supported on this platform #190

Closed
xhochy opened this issue Aug 26, 2024 · 4 comments · Fixed by #191
Closed

xgboost 2.1.1 is not supported on this platform #190

xhochy opened this issue Aug 26, 2024 · 4 comments · Fixed by #191

Comments

@xhochy
Copy link
Member

xhochy commented Aug 26, 2024

I'm seeing this issue across many platforms locally and in CI of other feedstocks, e.g. for cuda 11.8 builds:

+ pip check
xgboost 2.1.1 requires nvidia-nccl-cu12, which is not installed.
xgboost 2.1.1 is not supported on this platform

For osx-*, it's only ( e.g.xgboost-2.1.1-cpu_pyhb8f9a19_1):

+ pip check
xgboost 2.1.1 is not supported on this platform
@jakirkham
Copy link
Member

@hcho3 could you please take a look?

@jakirkham
Copy link
Member

So the CUDA 11.8 & 12 packages appear to be fixed

However the CPU-only package is still showing an issue

$ pip check 
xgboost 2.1.1 is not supported on this platform

Am not sure why that is

Note: Did try installing nccl in the CPU-only case, but the error persists. So this doesn't appear to be as simple as checking for NCCL

@xhochy
Copy link
Member Author

xhochy commented Sep 27, 2024

I looked at the nannyml case and am a bit confused. The nannyml job has py-xgboost=2.1.1-cpu_pyhf829fab_3 where as the CI job here for build no 3 and CPU actually lists that it builds py-xgboost=2.1.1-cpu_pyhc68e8b7_3. https://anaconda.org/conda-forge/py-xgboost/files lists even more packages.

Looking at the OSX logs, we can see that the wheel are not actually noarch: xgboost-2.1.1-py3-none-macosx_12_0_x86_64.whl So we probably are mixing platforms here and the wheel tags don't carry the right information.

@xhochy
Copy link
Member Author

xhochy commented Sep 29, 2024

Should be fixed by #194

@xhochy xhochy closed this as completed Sep 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants