-
Notifications
You must be signed in to change notification settings - Fork 840
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
Unable to find ENCODING_CONSTRUCTORS #61
Comments
What's the best way for me to reproduce this error? |
Hi @hauntsaninja , Here you can see the Code:
Here's the output: First loop value Second loop value |
Any update on this @hauntsaninja? |
@hauntsaninja I get error in lambda while deploying through zappa
|
The problem is not that |
@flying-sheep please make them merge it. |
This is happening when building tiktoken in bazel
enc = tiktoken.get_encoding(encoder)
File "/private/var/tmp/_bazel_dheerajagrawal/795e110180f9443c94e6bab86cf49f84/execroot/main/bazel-out/darwin_arm64-fastbuild/bin/metadata_extraction/functions/server/app.runfiles/main/utils/pypi/tiktoken_0.3.0/site-packages/tiktoken/registry.py", line 56, in get_encoding
_find_constructors()
File "/private/var/tmp/_bazel_dheerajagrawal/795e110180f9443c94e6bab86cf49f84/execroot/main/bazel-out/darwin_arm64-fastbuild/bin/metadata_extraction/functions/server/app.runfiles/main/utils/pypi/tiktoken_0.3.0/site-packages/tiktoken/registry.py", line 36, in _find_constructors
raise ValueError(
ValueError: tiktoken plugin tiktoken_ext.pycache does not define ENCODING_CONSTRUCTORS
The text was updated successfully, but these errors were encountered: