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

Syntax error #1393

Closed
Leviaph opened this issue Jul 4, 2018 · 3 comments
Closed

Syntax error #1393

Leviaph opened this issue Jul 4, 2018 · 3 comments

Comments

@Leviaph
Copy link

Leviaph commented Jul 4, 2018

C:\Users\Sydney\Downloads\PokeBall-SelfBot-master\PokeBall-SelfBot-master>py -3 launcher.py
Traceback (most recent call last):
File "launcher.py", line 2, in
from pokeball import PokeBall
File "C:\Users\Sydney\Downloads\PokeBall-SelfBot-master\PokeBall-SelfBot-master\pokeball.py", line 2, in
import discord
File "C:\Users\Sydney\AppData\Local\Programs\Python\Python37\lib\site-packages\discord_init_.py", line 20, in
from .client import Client, AppInfo, ChannelPermissions
File "C:\Users\Sydney\AppData\Local\Programs\Python\Python37\lib\site-packages\discord\client.py", line 38, in
from .state import ConnectionState
File "C:\Users\Sydney\AppData\Local\Programs\Python\Python37\lib\site-packages\discord\state.py", line 36, in
from . import utils, compat
File "C:\Users\Sydney\AppData\Local\Programs\Python\Python37\lib\site-packages\discord\compat.py", line 32
create_task = asyncio.async
^
SyntaxError: invalid syntax

C:\Users\Sydney\Downloads\PokeBall-SelfBot-master\PokeBall-SelfBot-master>timeout -1

Press any key to continue ...

@01X2
Copy link

01X2 commented Jul 4, 2018

The 0.16 branch of the lib doesn't support python3.7. Downgrade to 3.6.

@Harmon758
Copy link
Contributor

This is a duplicate of #1249.

@Harmon758
Copy link
Contributor

I'm not exactly sure what you're asking, but for further help, you should join either the official discord.py server or the Discord API server, as the README recommends.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants