dfrnoch / discord-sniper

🔰 Discord Nitro & Giveaway sniper! Made with Python
MIT License
167 stars 84 forks source link

i cant install requirements #64

Open feyosx opened 1 year ago

feyosx commented 1 year ago

i cant install requierements. When i click on install error: subprocess-exited-with-error

× Getting requirements to build wheel did not run successfully. │ exit code: 1 ╰─> [29 lines of output]

[end of output]

note: This error originates from a subprocess, and is likely not a problem with pip. error: subprocess-exited-with-error

× Getting requirements to build wheel did not run successfully. │ exit code: 1 ╰─> See above for output.

note: This error originates from a subprocess, and is likely not a problem with pip. Finished!

UnkownPlayerX000 commented 1 year ago

use this one

pip install wheel setuptools pip --upgrade

Use this command first, it will the setup tools and wheel, then run the following command:

python -m pip install playsound

I have tested this and it solves the issue. Hope it helps!