Skip to content

ModuleNotFoundError: No module named 'discord' #20

Open
@AgitationSkeleton

Description

@AgitationSkeleton

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions