'tiktoken' module missing after updating (ModuleNotFoundError: No module named 'tiktoken') #1113
-
Recently updated to v2022314 and got this response after trying to test the update:
I'm a newbie at this stuff. Can anyone provide help? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 5 replies
-
I encountered the same issue. I solved it by running "pip install git+https://github.com/openai/whisper.git" In the console log, I noticed that it installed "Successfully installed tiktoken-0.3.1" |
Beta Was this translation helpful? Give feedback.
-
I had the same issue. Under the Anaconda terminal I solved it by doing something like: pip install tiktok==0.3.1 or maybe pip3 install... and whatever the right version number was. Stumbling my way through. Seems to be working now though. |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
I encountered the same issue. I solved it by running "pip install git+https://github.com/openai/whisper.git"
In the console log, I noticed that it installed "Successfully installed tiktoken-0.3.1"