davebshow / ipython-gremlin

http://ipython-gremlin.readthedocs.org/en/latest/
MIT License
42 stars 8 forks source link

SyntaxError: ensure_future = asyncio.async #9

Open shoegazerstella opened 3 years ago

shoegazerstella commented 3 years ago

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