openai / tiktoken

tiktoken is a fast BPE tokeniser for use with OpenAI's models.
MIT License
12.31k stars 833 forks source link

Not able to Install TikToken : ERROR: Could not find a version that satisfies the requirement tiktoken (from versions: none #46

Closed clcbot2020 closed 1 year ago

clcbot2020 commented 1 year ago

Hello

we are not able to install Tikcoken , getting below Errors

ERROR: Could not find a version that satisfies the requirement tiktoken (from versions: none) ERROR: No matching distribution found for tiktoken

Thanks

hauntsaninja commented 1 year ago

You'd need to provide more information than that. My guess is that you're trying to use tiktoken with Python 3.7. As stated in https://github.com/openai/tiktoken/issues/1#issuecomment-1370274880 , I will not be adding support for Python 3.7 or older. Python 3.6 has been end of life for over a year, so I strongly recommend against using it in production.