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

update _RUNTIME_GLIBC mapping to support newer python versions #648

Merged
merged 1 commit into from
May 13, 2024

Conversation

hawflau
Copy link
Contributor

@hawflau hawflau commented May 11, 2024

Issue #, if available:
#624

Description of changes:

Update python glibc mapping to support newer versions of python for the scenario that a package needs to be built from source (e.g. llama-cpp)

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@@ -203,6 +203,9 @@ class DependencyBuilder(object):
"cp37m": (2, 17),
"cp38": (2, 26),
"cp39": (2, 26),
"cp310": (2, 26),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Have we verified installing llama-cpp-python==0.2.55 works on python 310/311/12 after this change? I recall seeing the same error even after making this change.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There was an error if this particular library is not built in container, as the library provides only the source tar so it must be built from source.

It built fine in container-build without any issue

@hawflau hawflau added this pull request to the merge queue May 13, 2024
Merged via the queue into aws:develop with commit 7f963aa May 13, 2024
117 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants