You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Hello,
Pulled the latest version this morning and getting the following errors, not quite sure what the issue is relating to
The text was updated successfully, but these errors were encountered: