This repository has been archived by the owner on Sep 13, 2023. It is now read-only.
Local env may require the same package versions as in .mlem
file for build
#638
Labels
bug
Something isn't working
build
Exporting models (building model packages)
requirements
Finding requirements and dependencies needed to properly serialize objects
error at deploying model:
I got this when I trained a model on one env, but then started deploying it in another env. I assumed we won't check this (and that we even don't need
numpy
installed in this case). So: we should work around this and don't requirenumpy
installed as well.How to repro (rough draft, ping me if this doesn't reproduce):
pip install numpy==1.21.6
now:
The text was updated successfully, but these errors were encountered: