Skip to content

asyncio invalid syntax error #7

@robsmallridge

Description

@robsmallridge

Hello,

Pulled the latest version this morning and getting the following errors, not quite sure what the issue is relating to

$ python cbrcli.py test
cbrcli version 1.7.8 (Plutonium Eggplant)
Traceback (most recent call last):
  File "cbrcli.py", line 41, in <module>
    import asyncio
  File "/usr/local/lib/python2.7/dist-packages/asyncio/__init__.py", line 9, in <module>
    from . import selectors
  File "/usr/local/lib/python2.7/dist-packages/asyncio/selectors.py", line 39
    "{!r}".format(fileobj)) from None
                               ^
SyntaxError: invalid syntax

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions