Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing module. #11

Open
Vinnerino opened this issue Feb 18, 2021 · 3 comments
Open

Missing module. #11

Vinnerino opened this issue Feb 18, 2021 · 3 comments

Comments

@Vinnerino
Copy link

Upon entering in the "py -3.5 [BOTNAME].py (I actually put the bot name), it greets me with the following.
-3.5 Hostile.py
Traceback (most recent call last):
File "Hostile.py", line 1, in
import discord
ImportError: No module named 'discord'
Anyone know a fix? (Hostile is the file/program name).

@TKperson
Copy link

TKperson commented Mar 6, 2021

open your cmd and type pip install discord
you need pip to be in your PATH (by default it should be in your PATH when installing).

@wrath3k
Copy link

wrath3k commented Apr 13, 2021

im having the same issue and it says the requirement is already satisfied despite it claiming i dont have it. :/

@wrath3k
Copy link

wrath3k commented Apr 13, 2021

im having the same issue and it says the requirement is already satisfied despite it claiming i dont have it. :/

using standard $python [BOTNAME].py worked for me but i havent tested commands yet
edit: commands do not work, trying to re installl python 3.5.3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants