bap
bap copied to clipboard
rapidfuzz not present in bap Python package dependencies
https://github.com/caleblareau/bap/blob/44061cdcc16d60d6a757d518d55b4dfe66afb436/setup.py#L7
This lead to a missing dependency in our internally built conda package metadata that wasn't discovered until runtime.
thanks! is the fix as simple as adding this to the line that you noted?
Yes, that should fix the issue.
The issue also affects the installation instructions given in the wiki, since pip install bap-atac
does not pull in rapidfuzz
either, and then bap-barcode
fails silently.