Skip to content

Error installing discord.py #5898

Answered by Rapptz
DapperNurd asked this question in General
Oct 6, 2020 · 1 comments · 8 replies
Discussion options

You must be logged in to vote

You're using Python 3.9 which came out rather recently. Since Python 3.9 is so new, they do not provide "wheels". Wheels are binary modules that allow you to install compiled code without compiling it yourself.

Your options are either to wait until all the maintainers of the dependencies I use (aiohttp, yarl, multidict, PyNaCl) upload wheels into PyPI or downgrade to 3.8 which has wheels already.

Replies: 1 comment 8 replies

Comment options

You must be logged in to vote
8 replies
@Harmon758
Comment options

@Jaimin1732
Comment options

@losquevedo
Comment options

@Harmon758
Comment options

@losquevedo
Comment options

Answer selected
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
7 participants