-
-
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
create_task = asyncio.async: SyntaxError: invalid syntax #1396
Comments
Discord.py async does not work at all on 3.7, please downgrade to 3.6.X |
Thank you. |
@ErMSDandyan It also doesn't help for this issue, where Use an older version or use the rewrite branch to fix these issues. |
I just followed the resolution i found on github
They have provided this resolution
So it worked for me so updated
…Sent from my iPhone
On 21-Aug-2018, at 04:10, Devon R ***@***.***> wrote:
@ErMSDandyan async and await are only reserved in 3.7 onwards. Renaming library files or folders is not a good idea as it both creates inconsistency in your install and may confuse pip or setuptools if you decide to upgrade those libraries.
It also doesn't help for this issue, where asyncio.async is used. Modifying asyncio in this way will damage your install and prevent discord.py, or really any async library, from operating correctly.
Use an older version or use the rewrite branch to fix these issues.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Getting this error after updating Python to 3.7.0
The text was updated successfully, but these errors were encountered: