Closed rjtevon closed 3 years ago
When trying to embed a simple sequence,
from bio_embeddings.embed import SeqVecEmbedder, ProtTransBertBFDEmbedder embedders = [] sequence = 'SEQVENCE' embedders.append(ProtTransBertBFDEmbedder()) embedders.append(SeqVecEmbedder())
I get:
>>> HTTPError: HTTP Error 406: Not Acceptable
Included the full traceback below. Note that that traceback was when commenting out the ProtTrans embedder -- I get the same error on both.
Our hosting provider changed their configuration, see #156. This should be fixed in v0.2.2
When trying to embed a simple sequence,
I get:
Included the full traceback below. Note that that traceback was when commenting out the ProtTrans embedder -- I get the same error on both.
Full traceback
weights.hdf5: 0.00B [00:00, ?B/s] --------------------------------------------------------------------------- HTTPError Traceback (most recent call last)