From f82fe8980ebc5c93f8b5c2c7a36133dc3422c098 Mon Sep 17 00:00:00 2001 From: Bingsu Date: Mon, 14 Aug 2023 21:58:00 +0900 Subject: [PATCH] pycocotools wheel available --- install.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.py b/install.py index c147e4b..7954c7f 100644 --- a/install.py +++ b/install.py @@ -46,7 +46,7 @@ def check_install() -> bool: def install(): if not is_installed("pycocotools"): - run(f'{python} -m pip install --extra-index-url https://bing-su.github.io/mypypi/ pycocotools', live=True) + run(f"{python} -m pip install pycocotools", live=True) if not is_installed("mim"): run_pip("install openmim", desc="openmim")