This repository has been archived by the owner on Sep 13, 2023. It is now read-only.
Bug: Validation error when loading linked model #668
Labels
bug
Something isn't working
core
Related to things in mlem.core
serialization
Dumping and loading Python objects
I linked a model from a different repository using
$ mlem link --rev=feature_engine@v0.0.2 --sp="https://github.com/myorg/myrepo/" models/feature_engine models/feature_engine
However, I can't load it:
gives the following (not very useful) error message:
Importantly, the model loads fine if I am directly inside the
myrepo
repository (except for a warning from therequests
library).The mlem-link file is small, so I'm posting it here, in case it's useful:
The text was updated successfully, but these errors were encountered: