LennyPhoenix / py-discord-sdk

Discord Game SDK for Python
MIT License
26 stars 7 forks source link

Pycharm Install #1

Closed ghost closed 3 years ago

ghost commented 3 years ago

Hi !

as you can see below, pycharm can't install discordSDK,

my program crash when i try to install discord sdk manually. I don't know if i'm doing something wrong. can I get some help ?

Thank you, Noé

image

LennyPhoenix commented 3 years ago

Odd, I don't personally use PyCharm so I'm not sure what the issue would be here. Try running the following in command prompt:

D:\Prog_Projet\Python\__projets__\DISCrich\venv\Scripts\python.exe -m pip install -U discordsdk

(Sorry for the late response)

ghost commented 3 years ago

thank you for your answer ^^