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

asyncio invalid syntax error #7

Open
robsmallridge opened this issue Jul 24, 2020 · 0 comments
Open

asyncio invalid syntax error #7

robsmallridge opened this issue Jul 24, 2020 · 0 comments

Comments

@robsmallridge
Copy link

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
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

1 participant