mlserving icon indicating copy to clipboard operation
mlserving copied to clipboard

pip install mlserving ends up with an exception

Open Gelassen opened this issue 2 years ago • 2 comments

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

Gelassen avatar Aug 24 '23 09:08 Gelassen

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.

orlevii avatar Aug 28 '23 21:08 orlevii

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.

Gelassen avatar Aug 29 '23 10:08 Gelassen