#๐ `pip install discord` causes all versions of d.py to install
18 messages ยท Page 1 of 1 (latest)
@old igloo
Remember to:
- Ask your Python question, not if you can ask or if there's an expert who can help.
- Show a code sample as text (rather than a screenshot) and the error message, if you've got one.
- Explain what you expect to happen and what actually happens.
:warning: Do not pip install anything that isn't related to your question, especially if asked to over DMs.
do pip list in your terminal and show the output
Do you have any packages already installed? You should probably see the page linked in the logs: https://pip.pypa.io/en/stable/topics/dependency-resolution/#possible-ways-to-reduce-backtracking
it might be cuz of dependancy conflict in your envorinment probably
id reccomend creating a venv
well discord.py 2.4.0 is installed
thats the latest version
not too sure what happend there
but create a venv either way
yeah
github should provide you a default gitignore though
if you selected it
while making the repo
As it said
INFO: pip is looking at multiple versions of discord-py to determine which version is compatible with other requirements. This could take a while.
Because the package name is discord.py, not discord.
Discord was acquired at some point and is used as a placeholder whose only dependency is the real package.
Just like bs4 installs real beautifulsoup4
Because otherwise, someone else would grab the name and possibly make it install something bad
!pypi discord see
A mirror package for discord.py. Please install that instead.
Released on <t:1691703907:D>.
This help channel has been closed and it's no longer possible to send messages here. If your question wasn't answered, feel free to create a new post in #1035199133436354600. To maximize your chances of getting a response, check out this guide on asking good questions.