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
{{ message }}
This repository has been archived by the owner on Mar 6, 2024. It is now read-only.
After updating to nest_asyncio==1.5.2, it seems that our test suite has started to fail with the following error (the nest_asyncio==1.5.1 release still seems to work fine though):
runtimes/alibi-explain/tests/conftest.py:29: in <module>
nest_asyncio.apply()
../../.virtualenvs/mlserver-37/lib/python3.7/site-packages/nest_asyncio.py:14: in apply
raise ValueError('Can\'t patch loop of type %s' % type(loop))
E ValueError: Can't patch loop of type <class 'NoneType'>
Could this be due to calling nest_asyncio.apply() before an async loop has been created?
The text was updated successfully, but these errors were encountered:
After updating to
nest_asyncio==1.5.2
, it seems that our test suite has started to fail with the following error (thenest_asyncio==1.5.1
release still seems to work fine though):Could this be due to calling
nest_asyncio.apply()
before an async loop has been created?The text was updated successfully, but these errors were encountered: