You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
``Traceback (most recent call last):
File "C:\Users\pcl\Downloads\EASYChatGPT-main\EASYChatGPT-main\app.py", line 1, in
from bbot import run
File "C:\Users\pcl\Downloads\EASYChatGPT-main\EASYChatGPT-main\bbot.py", line 1, in
from revChatGPT.Official import Chatbot
ModuleNotFoundError: No module named 'revChatGPT.Official'
The text was updated successfully, but these errors were encountered:
我修改bbot.py后,再次运行app.py,结果报错:
ModuleNotFoundError: No module named 'tls_client'
pip install tls-client后,又报错缺少module:undetected_chromedriver,安装pip install undetected-chromedriver后,又报错:
Traceback (most recent call last):
File "F:\工具软件\ChatGPT\EASYChatGPT-main\app.py", line 1, in
from bbot import run
File "F:\工具软件\ChatGPT\EASYChatGPT-main\bbot.py", line 8, in
chatbot = Chatbot(api_key=openai_key)
TypeError: Chatbot.init() got an unexpected keyword argument 'api_key'
``Traceback (most recent call last):
File "C:\Users\pcl\Downloads\EASYChatGPT-main\EASYChatGPT-main\app.py", line 1, in
from bbot import run
File "C:\Users\pcl\Downloads\EASYChatGPT-main\EASYChatGPT-main\bbot.py", line 1, in
from revChatGPT.Official import Chatbot
ModuleNotFoundError: No module named 'revChatGPT.Official'
The text was updated successfully, but these errors were encountered: