homely
homely copied to clipboard
AttributeError: module 'asyncio' has no attribute 'coroutine'. Did you mean: 'coroutines'?
I setup a new machine with [email protected]
However, since @asyncio.coroutine
and yield from
is deprecated, I receive this error when I tried to add my dotfiles directory:
AttributeError: module 'asyncio' has no attribute 'coroutine'. Did you mean: 'coroutines'?
This file needs to be updated to use the new async
/await
syntax