0

I want to make a discord bot and when I write ''pip install discord'', an error occurs. This pops up:

The term 'pip' is not recognized as the name of a cmdlet, function, script file, or operable program.

I did try updating it but it didn't work

Aleks
  • 1
  • Did you try `pip3`? – Shmiel May 17 '22 at 17:34
  • Try `python -m pip install discord` – Dillon Davis May 17 '22 at 17:35
  • Can you run python with for instance `python3`? Then you may be able to do `python3 -m pip install discord`. – tdelaney May 17 '22 at 17:36
  • the python3 one seems to work, ill respond if my code works – Aleks May 17 '22 at 17:54
  • ok it doesnt work. im basically using this tutorial to make the bot: https://youtu.be/fU-kWx-OYvE i writed the entire code from 4:42 to 5:51 but it doesnt work – Aleks May 17 '22 at 18:06
  • when installing python you probably didn't check the install pip option, you can install python again and mark the option to install pip or search online how to install it(its not hard) – omercotkd May 17 '22 at 18:08
  • alright, i added the pip thing to python. now the terminal is saying the requirement is already satisfied, which basically doesnt install the discord module thing since i tested the code – Aleks May 17 '22 at 18:22

0 Answers0