sacdallago / bio_embeddings

Get protein embeddings from protein sequences
http://docs.bioembeddings.com
MIT License
463 stars 65 forks source link

TypeError: load() missing 1 required positional argument: 'Loader' #175

Closed nhowla closed 2 years ago

nhowla commented 2 years ago
Screen Shot 2022-01-09 at 3 22 17 PM
hoangthienan95 commented 2 years ago

this is a problem with pyyaml, see https://stackoverflow.com/questions/69564817/typeerror-load-missing-1-required-positional-argument-loader-in-google-col

Just add !pip install pyyaml==5.4.1 in a cell as the last package installation line, before importing any package

sacdallago commented 2 years ago

Thanks for pointing this out. I have collected some dependency issues by now, I'll try to make a new version with current versioning available within the next 2 weeks or so!