gpt4 book ai didi

Python 3.4.3 asyncio 关键字 SyntaxError

转载 作者:太空宇宙 更新时间:2023-11-04 08:48:05 25 4
gpt4 key购买 nike

终端输出值一千字,我猜

[~] $ python
Python 3.4.3 (default, Jun 22 2016, 16:03:29)
[GCC 4.9.3] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import asyncio
>>> async def fun():
File "<stdin>", line 1
async def fun():
^
SyntaxError: invalid syntax

最佳答案

asyncawait 语法是在 Python 3.5 中引入的。 ( https://docs.python.org/3/reference/compound_stmts.html#coroutines )

在 Python 3.4 中,您需要使用 @asyncio.coroutine 装饰器和 yield from 语法。 ( https://docs.python.org/3.4/library/asyncio-task.html#coroutines )

关于Python 3.4.3 asyncio 关键字 SyntaxError,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38270559/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com