【发布时间】:2022-06-11 22:55:24
【问题描述】:
我试图在我的笔记本电脑上安装 playwright 我输入了
pip install --upgrade pip
pip install playwright
playwright install
到命令提示符。
但是,只有前 2 行运行没有错误。
我收到了playwright install 的错误消息:
我已将剧作家添加到路径中,但仍然遇到相同的错误。
【问题讨论】:
标签: python-3.x playwright playwright-python