pip install
Closed this issue · 0 comments
tierriminator commented
Currently, we cannot run pip install .
to install finch. This is due to scikit-build/scikit-build#768.
When installing a wheel package (with pip install
), the zebra extension module is not installed at the correct location. However, when using python setup.py install
, a (legacy) egg file will be built, which includes the zebra module.
Distributing zebra as a package instead of a single module might solve the issue.