You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While EC2 is ok. On Amazon Lambda I get this error:
Traceback (most recent call last):
File "/var/task/tiktoken/registry.py", line 34, in _find_constructors
constructors = mod.ENCODING_CONSTRUCTORS
AttributeError: module 'tiktoken_ext.pycache' has no attribute 'ENCODING_CONSTRUCTORS'
Pyhton 3.9. Packaged with Zappa.
The text was updated successfully, but these errors were encountered:
While EC2 is ok. On Amazon Lambda I get this error:
Traceback (most recent call last):
File "/var/task/tiktoken/registry.py", line 34, in _find_constructors
constructors = mod.ENCODING_CONSTRUCTORS
AttributeError: module 'tiktoken_ext.pycache' has no attribute 'ENCODING_CONSTRUCTORS'
Pyhton 3.9. Packaged with Zappa.
The text was updated successfully, but these errors were encountered: