dolfies / discord.py-self

A fork of the popular discord.py for user accounts.
https://discordpy-self.rtfd.io/en/latest/
MIT License
684 stars 162 forks source link

cant install lib #263

Closed qwertyboi16 closed 2 years ago

qwertyboi16 commented 2 years ago

Summary

i get this when i install

Reproduction Steps

i do the insatll cmd

Code

No response

Expected Results

fior it to install

Actual Results

C:\Users\luke1\3D Objects\Discord-AntiPing-main>pip install git+https://github.com/dolfies/discord.py-self@rebase Collecting git+https://github.com/dolfies/discord.py-self@rebase Cloning https://github.com/dolfies/discord.py-self (to revision rebase) to c:\users\luke1\appdata\local\temp\pip-req-build-yjllyw6i Running command git clone --filter=blob:none --quiet https://github.com/dolfies/discord.py-self 'C:\Users\luke1\AppData\Local\Temp\pip-req-build-yjllyw6i' Running command git checkout -b rebase --track origin/rebase branch 'rebase' set up to track 'origin/rebase'. Switched to a new branch 'rebase' Resolved https://github.com/dolfies/discord.py-self to commit 0f2dda9dd4392039576243a27fc34f7ab9542e2e Preparing metadata (setup.py) ... error error: subprocess-exited-with-error

× python setup.py egg_info did not run successfully. │ exit code: 1 ╰─> [1 lines of output] ERROR: Can not execute setup.py since setuptools is not available in the build environment. [end of output]

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

× Encountered error while generating package metadata. ╰─> See above for output.

note: This is an issue with the package mentioned above, not pip. hint: See above for details.

System Information

C:\Users\luke1\AppData\Local\Programs\Python\Python310\python.exe: No module named discord

Checklist

Additional Information

No response

TheOnlyWayUp commented 2 years ago

As the rebase branch was merged into master, can you attempt installing it on the master branch instead? pip install git+https://github.com/dolfies/discord.py-self

Edit: I believe such issues are better served by discussions, if others are able to reproduce and the issue hasn't been fixed yet, then an issue can be made accordingly.