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

Is it possible to provide support for glibc 2.17+ #113

Open
m0g1cian opened this issue Dec 4, 2024 · 4 comments
Open

Is it possible to provide support for glibc 2.17+ #113

m0g1cian opened this issue Dec 4, 2024 · 4 comments

Comments

@m0g1cian
Copy link

m0g1cian commented Dec 4, 2024

Our production environment still runs on older kernel version and currently it is impossible to install xgrammar from PyPI as the manylinux minimum required glibc version is 2.27+.

We've tried to install from source and it seems that there is no issue of compiling xgrammar on old kernel. I am wondering if it is possible to have official releases on PyPI to support glibc 2.17+?

@sinamoeini-amz
Copy link

+1

1 similar comment
@hj611
Copy link

hj611 commented Feb 1, 2025

+1

@Lyshc-cgc
Copy link

+1🥹

@Ubospica
Copy link
Collaborator

Ubospica commented Feb 9, 2025

Hi @hj611 @Lyshc-cgc @m0g1cian, thanks for asking about this. The C++ source code is dependent on C++17, which (as far as I know) makes it hard to compile with glibc 2.17. We will release a source distribution for pypi later, which enables users to compile the source code themselves. I will try later if I can use the old version of glibc to build.

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

5 participants