openai / tiktoken

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

Unable to install tiktoken in ubuntu 18.04 server #201

Closed nagendra-rqsr closed 10 months ago

nagendra-rqsr commented 10 months 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 10 months 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 10 months ago

Yeah, you are right, its Python 3.6.9