ImportError when importing ProtTransT5XLU50Embedder
AugustEhl opened this issue · 1 comments
AugustEhl commented
Hi,
I get the following error when trying to import ProtTransT5XLU50Embedder:
ImportError: cannot import name 'ProtTransT5XLU50Embedder from 'bio_embeddings.embed (/home/usr/EAT/venv/lib/python3.8/site-packages/bio_embeddings/embed/__init__.py)'
I installed bio_embeddings with:
pip install bio-embeddings
Anyone got the same error? Did you solve it?
SebieF commented
Hello,
this is kind of a late answer but likely you have to install via
pip install bio-embeddings[all]
or
pip install bio-embeddings[prottrans]