BlueBrain / nexus-forge

Building and Using Knowledge Graphs made easy
https://nexus-forge.readthedocs.io
GNU Lesser General Public License v3.0
39 stars 19 forks source link

Hotfix/eventloop #162

Closed eugeniashurko closed 3 years ago

eugeniashurko commented 3 years ago

Fixed RuntimeError: This event loop is already running on batch operations executed in Jupyter (pinned nest-asyncio>=1.5.1).

The error happens, when there is a new version of tornado (>=5) and an old version of nest-asyncio, so there are two solutions: