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

Can not work in aws lambda as it's lack of GLIBC_2.28 #8

Open
bandaot opened this issue Mar 26, 2023 · 2 comments
Open

Can not work in aws lambda as it's lack of GLIBC_2.28 #8

bandaot opened this issue Mar 26, 2023 · 2 comments

Comments

@bandaot
Copy link

bandaot commented Mar 26, 2023

It would throw an error as :

node-loader:\nError: /lib64/libc.so.6: version GLIBC_2.28 not found (required by /var/task/tiktoken-node.linux-x64-gnu.node)

Need to rebuild the node module with GLIBC_2.27 or Amazon Linux 2 image.

@bandaot
Copy link
Author

bandaot commented Mar 26, 2023

Fixed in this pull request #9

@kyduff
Copy link

kyduff commented Mar 29, 2023

The same issue exists with GCP functions. Would love to see #9 go through.

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