openai / tiktoken

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

Unable to install tiktoken in ubuntu 18.04 server #201

Closed nagendra-rqsr closed 1 year ago

nagendra-rqsr commented 1 year ago

I'm unable to install tiktoken python library in Ubuntu server for django via pip install tiktoken. It worked in local windows system but failing in the Ubuntu server Below is whay it says after: pip install tiktoken

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

hauntsaninja commented 1 year ago

This isn't sufficient detail in this issue report for me to know for sure what's wrong, but my guess is you're using an old version of Python. tiktoken only supports Python 3.8 and newer.

nagendra-rqsr commented 1 year ago

Yeah, you are right, its Python 3.6.9