Closed nchengyeeshen closed 1 year ago
pip install -r requirements.txt will fail if pip is not sufficiently up to date. Installing opencv-contrib-python will fail with ModuleNotFoundError: No module named 'skbuild'.
pip install -r requirements.txt
opencv-contrib-python
ModuleNotFoundError: No module named 'skbuild'
pip install -r requirements.txt
will fail if pip is not sufficiently up to date. Installingopencv-contrib-python
will fail withModuleNotFoundError: No module named 'skbuild'
.