CedArctic / Chimera

System Remote Control Discord Bot written in Python discord.py
MIT License
87 stars 23 forks source link

Chimera won't open. #3

Closed vlad4him closed 5 years ago

vlad4him commented 5 years ago

Hi there can anyone help me figure out why chimera won't open.This is what it shows me after i run python chimera_Windows.py ^ SyntaxError: invalid syntax PS C:\Users\V\Desktop> python chimera_Windows.py Traceback (most recent call last): File "chimera_Windows.py", line 2, in import discord File "C:\Users\V\AppData\Local\Programs\Python\Python37-32\lib\site-packages\discord__init__.py", line 20, in from .client import Client, AppInfo, ChannelPermissions File "C:\Users\V\AppData\Local\Programs\Python\Python37-32\lib\site-packages\discord\client.py", line 38, in from .state import ConnectionState File "C:\Users\V\AppData\Local\Programs\Python\Python37-32\lib\site-packages\discord\state.py", line 36, in from . import utils, compat File "C:\Users\V\AppData\Local\Programs\Python\Python37-32\lib\site-packages\discord\compat.py", line 32 create_task = asyncio.async ^ SyntaxError: invalid syntax

CedArctic commented 5 years ago

Have you used pip to install mss and discord.py? Also did you copy and paste the script in notepad or did you download it directly from Github?

vlad4him commented 5 years ago

Have you used pip to install mss and discord.py? Also did you copy and paste the script in notepad or did you download it directly from Github?

I installed discord.py and i downloaded the repository from git and created a copy of the script file on my desktop.

vlad4him commented 5 years ago

I forked the github then cloned the repository . I used pip install discord.py mss and it worked.

On Tue, Oct 2, 2018 at 11:25 PM CedArctic notifications@github.com wrote:

Have you used pip to install mss and discord.py? Also did you copy and paste the script in notepad or did you go from github -> RAW -> Ctrl+S to save it?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/CedArctic/Chimera/issues/3#issuecomment-426417282, or mute the thread https://github.com/notifications/unsubscribe-auth/AKo3nyIgSIDWuXjVVqolaJLMfx47bdXlks5ug8ulgaJpZM4XEwTJ .

vlad4him commented 5 years ago

I tried to go to raw ctrl+s on desktop then put the token and chanel id and still the same thing.

vlad4him commented 5 years ago

I figured it out.Chimera only works with python 3.6.5.