library · inferred from evidence
hume-python-sdk
A Python SDK associated with Hume, referenced in the GitHub issue thread.
- RuntimeError: asyncio.run() cannot be called from a running event loop in Jupyter
Running the Hume streaming example in a Jupyter notebook failed with `RuntimeError: asyncio.run() cannot be called from a running event loop` because Jupyter already runs its own event loop. Maintainer gregorybchris explained the fix: merge