I’m using Visual Studio Code to make a discord bot sent notification. I need discord.py and requests installed but when I install them, and do pip list, I don’t see them. I saw discord.py installed and then when I did pip install requests, it was gone. I’m using Python 3.11 and most recent version of Visual Studio Code. When I try to install discord.py, it states, "Requirement already satisfied." Any help is greatly appreciated!
I tried using ChatGPT, but nothing has happened, as stated, I kept trying to install, but nothing.
(I recently started using Visual Studio Code if that changes anything.)
>Solution :
-
Go into terminal (open a fresh window – DO NOT type python first)
-
Type
pip install requestspip install dicord.py -
Enter