ipython-gremlin icon indicating copy to clipboard operation
ipython-gremlin copied to clipboard

SyntaxError: ensure_future = asyncio.async

Open shoegazerstella opened this issue 3 years ago • 0 comments

I get this error when trying to execute this line:

%reload_ext gremlin
%matplotlib inline
  File "/Users/s/anaconda3/envs/py37/lib/python3.7/site-packages/aiohttp/helpers.py", line 30
    ensure_future = asyncio.async
                                ^
SyntaxError: invalid syntax

I am on python 3.7.4 and jupyter==1.0.0

shoegazerstella avatar Apr 15 '21 12:04 shoegazerstella