Skip to content

Dask Client configuration not available in installed package

When using the bob bio simple commands, the dask.client entry-points are not available.

Doing bob bio pipeline simple -H conf.py outputs in conf.py:

# ----------8<----------

# dask_client = single-threaded
"""Optional parameter: dask_client (--dask-client, -l) [default: single-threaded]
Dask client for the execution of the pipeline. Can be a `dask.client' entry point, a module name, or a path to a Python file which contains a variable named `dask_client'.
Registered entries are: []"""

# ----------8<----------

Tried with the package installed from conda beta; also tried with pip install -e.

Entry points in bob.bio.base and bob.bio.face are working. So I presume it's an issue with how we do it in this package (maybe a wrong name for the entry-point group?).