pip install mlserving ends up with an exception
Description
Thank you for this work. Unfortunately, can not run it out-of-the-box. I got an exception on run pip install mlserving.
Exceptions\stacktrace is big and vague, so I will add here as a separate file. Stacktrace on gdrive
Steps to reproduce
pip install mlserving
Environment
Ubuntu 22.04 (x64), may be something broken in my environment, because I can install miniconda too
Hey @Gelassen,
For what I can tell, looks like the validr package cannot be compiled on your machine, it can be caused if you're missing compile tools.
I will try to reproduce that and let you know.
Also, I'm working on replacing some of the infrastructure behind.
That includes using FastAPI and Pydantic instead of falcon and validr.
Thank you, I have deployed my model on the backend and also used simple server on FastApi.
I haven't pushed code yet, but you can take a look on it on my request for code review.