#I need help... im new
1 messages · Page 1 of 1 (latest)
You probably installed discord.py and they are conflicting
?tag install
- Uninstall discord.py or any other forks of discord.py you might have with the namespace
discord.
python -m pip uninstall discord.py discord -y
2a. Install py-cord
python -m pip install py-cord
2b. Update py-cord
python pip install -U py-cord
Installing other builds:
Note: You need to have git installed. Use !git to find out how to install git.
Updating the module to Alpha (unstable):
pip install -U git+https://github.com/Pycord-Development/pycord
!git
Git Software
Windows: https://gitforwindows.org/ or https://git-scm.com/download/windows
If you use choco package manager do :
choco install git
Or if you use scoop do :
scoop install git
Linux: https://git-scm.com/download/linux (it's extremely likely in your distros repository)
Mac: https://git-scm.com/download/mac (it's in brew)
If your problem is fixed please use /close. If not please explain what went wrong after doing the install steps