databio / bedms

tool for standardization of genomics/epigenomics metadata
BSD 2-Clause "Simplified" License
3 stars 0 forks source link

`sentence_transformers` is missing as a depdency #9

Closed nleroy917 closed 2 months ago

nleroy917 commented 2 months ago

I think we are missing sentence_transformers in the requirements file.. I tried to pip install, then load it all in using the README and I got the following:

ModuleNotFoundError: No module named 'sentence_transformers'

The issue gets resolved when I manually install this

saanikat commented 2 months ago

sentence-transformers has been added to requirements/requirements-all.txt https://github.com/databio/bedmess/blob/master/requirements/requirements-all.txt