mirror of
https://github.com/Shubhamsaboo/awesome-llm-apps.git
synced 2026-07-16 23:44:06 -05:00
Windows 上 Playwright 兼容性问题:asyncio 子进程创建失败 #72
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @jackal-black on GitHub (Jul 28, 2025).
在运行 ai_meme_generator_agent_browseruse 文件时,我遇到了以下错误:Windows系统上的Playwright兼容性问题,具体是asyncio子进程创建失败(NotImplementedError)
重现步骤
1、克隆或下载项目代码。
2、安装所有依赖项,确保使用的是适合 Windows 系统的版本。
3、运行 ai_meme_generator_agent.py 文件。
错误日志

环境
streamlit
browser-use==0.1.26
playwright==1.49.1
langchain-openai
langchain-anthropic
asyncio
@Lw-Cui commented on GitHub (Jul 28, 2025):
That's because the
requirements.txtfile specifiesbrowser-use==0.1.26, while this bug was fixed in a later commit