From c36db01dd8904306d11573600530c6a6bdc1d4e4 Mon Sep 17 00:00:00 2001 From: imnyang Date: Tue, 15 Jul 2025 21:45:00 +0900 Subject: [PATCH] =?UTF-8?q?Playwright=20=EC=84=A4=EC=B9=98=20=EC=8B=9C=20C?= =?UTF-8?q?hromium=20=EB=8C=80=EC=8B=A0=20Chrome=EC=9C=BC=EB=A1=9C=20?= =?UTF-8?q?=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3c3c76c..1cdc85a 100644 --- a/setup.py +++ b/setup.py @@ -36,7 +36,7 @@ def install_playwright_chrome(): print("\n๐Ÿ› ๏ธ Playwright์˜ Chromium์„ ์„ค์น˜ ์ค‘์ž…๋‹ˆ๋‹ค...") print("๐Ÿ‘‰ ์ด ์ž‘์—…์€ ์‹œ๊ฐ„์ด ๊ฑธ๋ฆด ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค. ์ž ์‹œ ๊ธฐ๋‹ค๋ ค์ฃผ์„ธ์š”.") try: - subprocess.run(["uv", "run", "playwright", "install", "chromium"], check=True) + subprocess.run(["uv", "run", "playwright", "install", "chrome"], check=True) print("โœ… Playwright Chrome ์„ค์น˜ ์™„๋ฃŒ.") except subprocess.CalledProcessError as e: if "already" in e.stdout.decode():