Open
Description
I followed the steps for self-hosting closely, and upon trying to run it, I get this error:
max@WIN-V0U91D6I6JV:~/LLMChat$ python3.9 main.py
Traceback (most recent call last):
File "/home/max/LLMChat/main.py", line 6, in <module>
from client import DiscordClient
File "/home/max/LLMChat/llmchat/client.py", line 3, in <module>
import discord
ModuleNotFoundError: No module named 'discord'
I've already tried python3.9 -m pip install discord.py
, python3.9 update.py -y
and pip install discord
.
Metadata
Metadata
Assignees
Labels
No labels