-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] ModuleNotFoundError: No module named 'tiktoken' #101
Labels
bug
Something isn't working
Comments
依赖缺失了 需要你自己补一下 |
|
提示 |
万分感谢 |
出现故障!如果这个问题持续出现,请和我说“重置会话” 来开启一段新的会话,或者发送 “回滚对话” 来回溯到上一条对话,你上一条说的我就当作没看见。 |
lss233
changed the title
win11 api版 chatgpt报错
[BUG] ModuleNotFoundError: No module named 'tiktoken'
Feb 12, 2023
This was referenced Feb 12, 2023
Open
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Traceback (most recent call last):
File "C:\Users\WYC\Downloads\quickstart-windows-amd64\chatgpt\bot.py", line 23, in
import chatbot
File "C:\Users\WYC\Downloads\quickstart-windows-amd64\chatgpt\chatbot.py", line 1, in
from revChatGPT.Official import Chatbot, Prompt
File "C:\Users\WYC\Downloads\quickstart-windows-amd64\chatgpt\python3.9\lib\site-packages\revChatGPT\Official.py", line 11, in
import tiktoken
ModuleNotFoundError: No module named 'tiktoken'
请问这是什么问题
The text was updated successfully, but these errors were encountered: