-
Notifications
You must be signed in to change notification settings - Fork 3
Description
Hello
I am getting error while building the DLC Docker.
Collecting opencv-python-headless (from deeplabcut)
Downloading https://files.pythonhosted.org/packages/58/bf/fe6c0714289cb408db73bd0dc6fa931e85906cb7270f7197078311be1499/opencv-python-headless-4.5.1.48.tar.gz (88.3MB)
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "", line 1, in
File "/tmp/pip-build-3se7kqbs/opencv-python-headless/setup.py", line 10, in
import skbuild
ModuleNotFoundError: No module named 'skbuild'
----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-3se7kqbs/opencv-python-headless/
You are using pip version 9.0.3, however version 21.0.1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
The command '/bin/sh -c pip install deeplabcut' returned a non-zero code: 1
Makefile:11: recipe for target 'docker-build' failed
make: *** [docker-build] Error 1
Do you have any suggestion how this can be resolved ?
Kind regards
Robert