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

not a supported wheel on this platform #1116

Closed
halturin opened this issue Dec 11, 2023 · 3 comments
Closed

not a supported wheel on this platform #1116

halturin opened this issue Dec 11, 2023 · 3 comments
Assignees

Comments

@halturin
Copy link

halturin commented Dec 11, 2023

Tried to install a python package using command:
pip3 install ./pydantic_core[any of x86_64] but everytime I get this error:[filename] is not a supported wheel on this platform.
my env:

❯❯❯❯ uname -a                                                                                                                 
Linux 3.10.0-1160.99.1.el7.x86_64 #1 SMP Thu Aug 10 10:46:21 EDT 2023 x86_64 x86_64 x86_64 GNU/Linux
❯❯❯❯ python3 --version                                                                                                   
Python 3.9.10

what package should I use to install in my envs? I'm unable to build it from sources.

@davidhewitt
Copy link
Contributor

@halturin is there a reason you want to compile locally instead of use pip to install a prebuilt wheel?

@halturin
Copy link
Author

halturin commented Dec 12, 2023

sorry, I didn't mention. i'm trying to install it in the offline environment, so there is the only option is to download the whl file and install it manually there.

@davidhewitt
Copy link
Contributor

You're using 3.9, so pydantic_core-2.14.5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl should work for you?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants