From d356af12a31fbcb6b7a82372555a7569639bb483 Mon Sep 17 00:00:00 2001 From: Olli-Pekka Heinisuo Date: Tue, 11 Aug 2020 17:36:32 +0300 Subject: [PATCH] another typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5ba434bf..946880d6 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ A: No, the packages are special wheel binary packages and they already contain s **Q: Pip install fails with ``ModuleNotFoundError: No module named 'skbuild'``?** -Since ``opencv-python`` version 4.3.0.\*, ``manylinux1`` wheels were replaced by ``manylinux2014`` wheels. If your pip is too old, it will try to use the new source distribution introduced in 3.4.0.38 to manually build OpenCV because it does not know how to install ``manylinux2014`` wheels. However, source build will also fail because of too old ``pip`` because it does not understand build dependencies in ``pyproject.toml``. To use the new ``manylinux2014`` pre-built wheels (or to build from source), your ``pip`` version must be >= 19.3. Please upgrade ``pip`` with ``pip install --upgrade pip``. +Since ``opencv-python`` version 4.3.0.\*, ``manylinux1`` wheels were replaced by ``manylinux2014`` wheels. If your pip is too old, it will try to use the new source distribution introduced in 4.3.0.38 to manually build OpenCV because it does not know how to install ``manylinux2014`` wheels. However, source build will also fail because of too old ``pip`` because it does not understand build dependencies in ``pyproject.toml``. To use the new ``manylinux2014`` pre-built wheels (or to build from source), your ``pip`` version must be >= 19.3. Please upgrade ``pip`` with ``pip install --upgrade pip``. **Q: Pip install fails with ``Could not find a version that satisfies the requirement ...``?**