openai / tiktoken

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

How to install 0.3.3? #224

Closed AZmisc closed 7 months ago

AZmisc commented 7 months ago

Hi, the text-webui tells me it needs tiktoken 0.3.3 to run. Could you please help me how can I install 0.3.3? (I am on Windows.) Thank you.

Error message:

ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. openai-whisper 20230918 requires tiktoken==0.3.3, but you have tiktoken 0.5.2 which is incompatible.

hauntsaninja commented 7 months ago

pip install tiktoken==0.3.3. ChatGPT is pretty good at answering this kind of question :-)