-
Notifications
You must be signed in to change notification settings - Fork 13
Closed
Description
On 2024-03-06 https://github.com/erdewit/nest_asyncio was archived, meaning that nest-asyncio is now unsupported and should be treated as deprecated (for very sad reasons I'm afraid, as the project author died).
The dependency is used in
ServiceX_frontend/servicex/databinder/databinder_deliver.py
Lines 33 to 39 in 4b8403c
| import nest_asyncio | |
| from servicex.databinder.databinder_requests import DataBinderRequests | |
| from servicex.databinder.databinder_outputs import OutputHandler | |
| from servicex.expandable_progress import ExpandableProgress | |
| nest_asyncio.apply() |
and was added in PR #333. @kyungeonchoi it looks like this was targeting a pretty particular issue of nested event loops in async workflows, so while I don't think it is a high priority to migrate now having the servicex client depend on archived and unsupported software is a problem that will need to get mitigated in the future. Do you have any thoughts on alternative libraries?
Metadata
Metadata
Assignees
Labels
No labels