-
Notifications
You must be signed in to change notification settings - Fork 38
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
CPython 3.12 wheels #87
Comments
The current faiss release does not work for CPython 3.12 due to the deprecation of distutils module. Please file a bug in the upsteam faiss repository |
Upstream PR facebookresearch/faiss#3191 |
And 3.11 as well when possible, please |
This PR implements fix for CPython 3.12+. The next release will include the update. |
Any timeline for release? Even with just this PR many users would benefit. |
@msdrigg Ask for the release schedule in the upstream repository |
@msdrigg Looks like we can expect a release in 2 weeks: facebookresearch/faiss#3263 (comment) |
(cc @kyamagu for visibility)
There are currently no CPython 3.12 wheels on PyPI (https://pypi.org/project/faiss-cpu/#files). This causes an error on platforms using CPython 3.12 which are unable to build
faiss-cpu
from source.Can the contributors publish a new minor/patch release that includes CPython 3.12 for all platforms?
Example output, on an M1 Mac running CPython 3.12:
The text was updated successfully, but these errors were encountered: