The clicsbpcommands entry point could not be loaded by default as __init__.py was missing from clicsbpcommands/. Therefore, the entry point was not available as a package to be loaded and the clicsbp. ... commands were missing from cldfbench.
Fixes:
$ cldfbench
clldutils/clilib.py:291: UserWarning: ImportError loading entry point clicsbp
warnings.warn('ImportError loading entry point {0.name}'.format(ep))
The
clicsbpcommands
entry point could not be loaded by default as__init__.py
was missing fromclicsbpcommands/
. Therefore, the entry point was not available as a package to be loaded and theclicsbp. ...
commands were missing fromcldfbench
.Fixes: