tiktoken-node icon indicating copy to clipboard operation
tiktoken-node copied to clipboard

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

Open bandaot opened this issue 2 years ago • 2 comments

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 avatar Mar 26 '23 16:03 bandaot

Fixed in this pull request https://github.com/ceifa/tiktoken-node/pull/9

bandaot avatar Mar 26 '23 17:03 bandaot

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

kyduff avatar Mar 29 '23 10:03 kyduff