Zero6992 / chatGPT-discord-bot

Integrate ChatGPT into your own discord bot
GNU General Public License v2.0
2.6k stars 699 forks source link

Error running main.py #453

Closed NekuSakr closed 7 months ago

NekuSakr commented 11 months ago

C:\Users\lizhe>C:\Users\lizhe\chatGPT-discord-bot-main\main.py Traceback (most recent call last): File "C:\Users\lizhe\chatGPT-discord-bot-main\main.py", line 4, in from src import bot File "C:\Users\lizhe\chatGPT-discord-bot-main\src\bot.py", line 7, in from src.aclient import client File "C:\Users\lizhe\chatGPT-discord-bot-main\src\aclient.py", line 7, in from src import responses File "C:\Users\lizhe\chatGPT-discord-bot-main\src\responses.py", line 4, in from EdgeGPT.EdgeGPT import ConversationStyle ModuleNotFoundError: No module named 'EdgeGPT'

Why does it say the edgeGPT module?

pjpmosteiro commented 11 months ago

Tried "pip3 install -r requirements.txt" ?

NekuSakr commented 11 months ago

Tried "pip3 install -r requirements.txt" ?

Ye I already done all the preparation steps but it keeps telling me this :(

Zero6992 commented 11 months ago

Please delete all files and then try to repeat all the steps again

Zero6992 commented 11 months ago

If the error goes on, please provide your environment, OS and Python version

Vixxel commented 10 months ago

It has been a few weeks now, are there any updates regarding the issue you were going through?