most recent call last Error
MrHacker46 opened this issue · 2 comments
MrHacker46 commented
Please resolve this issue.
Traceback (most recent call last):
File "main.py", line 2, in
import asyncio
File "/usr/local/lib/python2.7/dist-packages/asyncio/init.py", line 9, in
from . import selectors
File "/usr/local/lib/python2.7/dist-packages/asyncio/selectors.py", line 39
"{!r}".format(fileobj)) from None
^
SyntaxError: invalid syntax
daniellovell commented
This tool is intended for use with Python 3 - you're running python 2.7
evyatarmeged commented
@NuclearLemon, thanks for the assistance.
@MrHacker46, please @NuclearLemon's response for the issue. This was also addressed in #4 and #5.