DeepLabCut / DeepLabCut-core

Headless DeepLabCut (no GUI support)
http://deeplabcut.org
GNU Lesser General Public License v3.0
30 stars 17 forks source link

Update setup.py install_requires to use headless version of OpenCV. #3

Closed jpellman closed 4 years ago

jpellman commented 4 years ago

Currently setup.py brings in a version of the PyPI OpenCV package that assumes the presence of X11 (see https://github.com/skvark/opencv-python/issues/44). This patch causes it to require the headless variant of the PyPI OpenCV package instead.