No module named 'discord' #5927
Replies: 3 comments
-
When I type pip install discord.py into my command prompt I get this, |
Beta Was this translation helpful? Give feedback.
-
You are using a Python version lower than 3.5.3, which is the minimum supported version of Python that discord.py will install on. Please investigate the above and try again. :) |
Beta Was this translation helpful? Give feedback.
-
You are using Please either change your Interpreter to a non-conda one or use |
Beta Was this translation helpful? Give feedback.
-
This is what I get when I try to run my main.py file. I scanned my files for syntax errors and it says there are not any.
C:\Users\Dawn\anaconda3\pythonw.exe C:/Users/Dawn/Desktop/house_bot/main.py
Traceback (most recent call last):
File "C:/Users/Dawn/Desktop/house_bot/main.py", line 2, in
import discord
ModuleNotFoundError: No module named 'discord'
Process finished with exit code 1
If anyone can help that would be great! I will leave a comment about what happens when I try installing discord.py.
Beta Was this translation helpful? Give feedback.
All reactions