I have a python project that requires dlib. I am trying to setup CircleCI and wrote my config.yml as follows:
dlib
config.yml
# Python CircleCI 2.0 con
You can install dlib using conda environment (with python 3.6 to 3.7.0 working normally).
First create an environment , conda create -n env_name python=version
then activate, conda activate env_name
now install via conda forge channel, conda install -c conda-forge dlib=19.17