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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] PIP install failure is not a supported wheel on this platform. #1281

Closed
EzioZz opened this issue Nov 17, 2023 · 2 comments
Closed

[Bug] PIP install failure is not a supported wheel on this platform. #1281

EzioZz opened this issue Nov 17, 2023 · 2 comments
Labels
trouble shooting Asking for diagnosis

Comments

@EzioZz
Copy link

EzioZz commented Nov 17, 2023

馃悰 Bug

To Reproduce

in docker environment
trying to pip install offline and download wheel from https://mlc.ai/wheels
pip install failure
`
root@xcdl220338:~/workspace/mlc-llm# pip install --pre --force-reinstall mlc_ai_nightly_rocm56-0.12.dev1832-cp38-cp38-manylinux_2_28_x86_64.whl

ERROR: mlc_ai_nightly_rocm56-0.12.dev1832-cp38-cp38-manylinux_2_28_x86_64.whl is not a supported wheel on this platform.

`

Environment

  • Platform ROCM
  • Operating system ubuntu20
  • Device ROCM5.6
  • Python version 3.8
  • in docker environment
@EzioZz EzioZz added the bug Confirmed bugs label Nov 17, 2023
@junrushao
Copy link
Member

The pip wheel we provided is based on a relatively new format manylinux_2_28, which requires the latest pip and potentially glibc. How about upgrading pip and try again?

@junrushao junrushao added trouble shooting Asking for diagnosis and removed bug Confirmed bugs labels Nov 21, 2023
@EzioZz
Copy link
Author

EzioZz commented Nov 26, 2023

thx, upgrade pip will solve this error.

@EzioZz EzioZz closed this as completed Nov 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
trouble shooting Asking for diagnosis
Projects
None yet
Development

No branches or pull requests

2 participants