From f7caff1233d4194af72c65c916efb094a9395dc2 Mon Sep 17 00:00:00 2001 From: Varisha Rashid <81171573+varisha-025@users.noreply.github.com> Date: Tue, 28 Mar 2023 19:40:22 +0530 Subject: [PATCH] use feature 2020 resolver removed After pip 22.3, use feature's default resolver is 2020 resolver. So it gives error when using the command, use " python -m pip install . " instead --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ddb89fd..8772c60 100644 --- a/README.md +++ b/README.md @@ -251,7 +251,7 @@ cp object_detection/packages/tf2/setup.py . 9. Install all dependencies neede for our object detection library (ignore warnings) ``` -python -m pip install --use-feature=2020-resolver . +python -m pip install . ``` 10. Confirm installation was successful