-
-
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
Syntax error #1393
Comments
The 0.16 branch of the lib doesn't support python3.7. Downgrade to 3.6. |
This is a duplicate of #1249. |
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. |
This was referenced Jul 5, 2018
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 ...
The text was updated successfully, but these errors were encountered: