tiktoken icon indicating copy to clipboard operation
tiktoken copied to clipboard

tiktoken_ext.__pycache__ Issue On Amazone Lambda

Open FarzamHejaziK opened this issue 2 years ago • 1 comments
trafficstars

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.

FarzamHejaziK avatar Jul 22 '23 22:07 FarzamHejaziK

raised a PR here https://github.com/openai/tiktoken/pull/152

dheerajiiitv avatar Jul 30 '23 10:07 dheerajiiitv