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

No wheels for Python 3.11 on x86-64 #144

Closed
embe-pw opened this issue Aug 31, 2023 · 2 comments
Closed

No wheels for Python 3.11 on x86-64 #144

embe-pw opened this issue Aug 31, 2023 · 2 comments

Comments

@embe-pw
Copy link

embe-pw commented Aug 31, 2023

There is no prebuilt wheel file for python-sat for Python 3.11 on x86-64 on PyPI, so pip install python-sat builds it from source. This has two disadvantages:

  1. It takes time.
  2. It requires the C compiler to be available.

I think the cause is that the build for x86-64 is being done using a manylinux2010 container, which is no longer being supported (see pypa/manylinux#1281), so it does not contain current Python versions. I guess that upgrading to manylinux2014 (note it is almost 10 years old!) would help with that.

@alexeyignatiev
Copy link
Collaborator

True, I should start compiling it for manylinux2014. Thanks for reporting.

@alexeyignatiev
Copy link
Collaborator

Now there should be binary wheels for the above configuration. Closing.

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

No branches or pull requests

2 participants