You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered: