-
-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
async: Python 3.7 support doesn't directly work #1401
Comments
You can pip install directly from GitHub for that commit. |
Websockets 6.0 has been released, with Python 3.7 support |
I believe the async branch now also works on Python 3.7 when installed from GitHub and with up to date aiohttp and websockets versions. However, support with these versions isn't guaranteed, so I'd still recommend either downgrading to Python 3.6 or switching to the rewrite branch to use 3.7. Also, the rewrite branch updated the websockets requirement with 34ece4d, so upgrading websockets separately isn't necessary anymore. |
For those interested, this is the command you need to instal the
👍 |
This is causing issues with Home Assistant now home-assistant/core#21374 Any chance the fix could be pushed to pippy? |
If there was the chance, the fix would've been pushed to PyPI long ago. The next push to PyPI will happen in March or so. |
First of all it seems like this commit was never actually pushed to pypi as it still breaks until I change it manually, even though I'm on the latest 0.16.12 version.
Even if you do fix that manually, you still can't run
discord.py
in Python 3.7 because thewebsockets<4.0,>=3.1
aiohttp<1.1.0,>=1.0.0
requirements don't have the equivalent 3.7 fixes installed - they only came in later versions outside these ranges.The text was updated successfully, but these errors were encountered: