This script is for Slackware 14.2 only and may be outdated.

SlackBuilds Repository

14.2 > Python > nest_asyncio (1.5.1)

By design asyncio does not allow its event loop to be nested. This presents a
practical problem: When in an environment where the event loop is already
running it's impossible to run tasks and wait for the result. Trying to do so
will give the error "RuntimeError: This event loop is already running".

The issue pops up in various environments, such as web servers, GUI
applications and in Jupyter notebooks.

This module patches asyncio to allow nested use of asyncio.run and
loop.run_until_complete.

This requires: python3

Maintained by: Benjamin Trigona-Harany
Keywords: nest_asyncio,asyncio
ChangeLog: nest_asyncio

Homepage:
https://github.com/erdewit/nest_asyncio

Source Downloads:
nest_asyncio-1.5.1.tar.gz (6271f5e4181736c2e711657ef1eae915)

Download SlackBuild:
nest_asyncio.tar.gz
nest_asyncio.tar.gz.asc (FAQ)

(the SlackBuild does not include the source)

Validated for Slackware 14.2

See our HOWTO for instructions on how to use the contents of this repository.

Access to the repository is available via:
ftp git cgit http rsync

© 2006-2024 SlackBuilds.org Project. All rights reserved.
Slackware® is a registered trademark of Patrick Volkerding
Linux® is a registered trademark of Linus Torvalds