Skip to content

Exception Thrown: No module named 'discord' #5825

Answered by Phxntxm
n-ooham asked this question in Q&A
Discussion options

You must be logged in to vote

This error at its simplicity means that the library isn't installed. If you are certain you have installed it but still receive this then it means you installed it into a different environment than you are running from. For example if you have 3 different python versions installed, this is 3 different environments... if you install to 1 version then it is not installed to the others.

Additionally you can have virtual environments, and some IDEs such as pycharm use one automatically. If you are running from pycharm then you either need to change your interpreter to use the same one you're installing to, install into pycharm's virtual environment, or stop running from pycharm and run from c…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Rapptz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #5825 on September 18, 2020 08:06.