python – ModuleNotFoundError: No module named discord
python – ModuleNotFoundError: No module named discord
sudo pip install discord.py
solves the problem
Go into the terminal and use: pip uninstall discord.py
wait a few seconds so it can fully delete it, and then use pip install discord.py
. Should work
python – ModuleNotFoundError: No module named discord
Maybe its the Python version issue.
When I tried running in python3.8 I got the same error. Switched over to 3.6 and it worked.