simple_tensorflow_serving icon indicating copy to clipboard operation
simple_tensorflow_serving copied to clipboard

uWSGI breaks pip install on windows

Open ashbeats opened this issue 5 years ago • 1 comments

Hi,

I'm trying to install simple_tensorflow_serving via pip, but uWSGI is not supported on windows.

Is there any specific reason why uWSGI is used in this project?

i was thinking of switching out uWSGI with Gunicorn or Waitress, and running a manual build.

would you recommend this approach for windows?

Thanks.

ashbeats avatar Jul 12 '19 13:07 ashbeats

Sorry about that @ashbeats . The latest version of simple-tensorflow-serving(>=0.7.0) requires uwsgi to run by default. You may try install with pip install simple-tensorflow-serving==0.6.6 to use the older one .

In the future, we may support run simple-tensorflow-serving with multiple server backends including the flask internal server, uwsgi and others.

tobegit3hub avatar Jul 13 '19 08:07 tobegit3hub