我是靠谱客的博主 多情草莓,最近开发中收集的这篇文章主要介绍‘coroutine‘ object is not iterable,觉得挺不错的,现在分享给大家,希望可以做个参考。

概述

ValueError: [TypeError("'coroutine' object is not iterable"), TypeError('vars() argument must have __dict__ attribute')]

在fastapi ,uvloop使用异步函数
使用异步的时候 ‘coroutine’ object is not iterable错误
原来发现,是同步函数中调用异步代码,

请在外面函数中加上async ,await

最后

以上就是多情草莓为你收集整理的‘coroutine‘ object is not iterable的全部内容,希望文章能够帮你解决‘coroutine‘ object is not iterable所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(56)

评论列表共有 0 条评论

立即
投稿
返回
顶部