Skip to content
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

Invalid syntax in library code? #1421

Closed
magicgoose opened this issue Jul 15, 2018 · 4 comments
Closed

Invalid syntax in library code? #1421

magicgoose opened this issue Jul 15, 2018 · 4 comments
Labels
duplicate This is a duplicate of another issue or PR.

Comments

@magicgoose
Copy link

  File "/usr/local/lib/python3.7/site-packages/discord/compat.py", line 32
    create_task = asyncio.async
                              ^
SyntaxError: invalid syntax
@EvieePy
Copy link
Contributor

EvieePy commented Jul 15, 2018

Python 3.7 is not supported. You will need to downgrade to 3.6.

@magicgoose
Copy link
Author

This is not mentioned in requirements:

Python 3.4.2+

Does that mean it's going to be supported eventually?

@ghost
Copy link

ghost commented Jul 15, 2018

Not really. The async branch of the library does not get updates anymore. This is fixed in the rewrite version and in the async repo but has not been pushed to pypi

@Harmon758
Copy link
Contributor

This is a duplicate of #1249

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This is a duplicate of another issue or PR.
Projects
None yet
Development

No branches or pull requests

4 participants