Closed nhowla closed 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
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!