Skip to content

Can't install disnake #54

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
BlueDragonGXX opened this issue Feb 6, 2022 · 1 comment
Closed

Can't install disnake #54

BlueDragonGXX opened this issue Feb 6, 2022 · 1 comment

Comments

@BlueDragonGXX
Copy link

I have been trying to do pip install disnake but it only shows this:
C:\Users\blued\Documents\GitHub\DiscordBotTest>pip install disnake
WARNING: pip is being invoked by an old script wrapper. This will fail in a future version of pip.
Please see pypa/pip#5599 for advice on fixing the underlying issue.
To avoid this problem you can invoke Python with '-m pip' instead of running pip directly.
ERROR: Could not find a version that satisfies the requirement disnake (from versions: none)
ERROR: No matching distribution found for disnake

If anyone knows what is happening please help me

@kkrypt0nn
Copy link
Owner

The error pretty much says all: You're using an old script wrapper.
So either take a look at the issue N°5599 of pip or use python -m pip install ....

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants