gpt4 book ai didi

Python 3.5 : "async with" results in SyntaxError. 为什么?

转载 作者:太空狗 更新时间:2023-10-29 17:02:56 24 4
gpt4 key购买 nike

<分区>

我正在使用 Python 3.5,根据 PEP 492应该可以访问 async with 语法,但是当我尝试使用它时出现 SyntaxError。我做错了什么?

In [14]: sys.version
Out[14]: '3.5.2 (default, Oct 11 2016, 04:59:56) \n[GCC 4.2.1 Compatible Apple LLVM 8.0.0 (clang-800.0.38)]'

In [15]: async with aiohttp.ClientSession() as session:
File "<ipython-input-15-9799c5ce74cf>", line 1
async with aiohttp.ClientSession() as session:
^
SyntaxError: invalid syntax

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