Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

uWSGI breaks pip install on windows #57

Open
ashbeats opened this issue Jul 12, 2019 · 1 comment
Open

uWSGI breaks pip install on windows #57

ashbeats opened this issue Jul 12, 2019 · 1 comment

Comments

@ashbeats
Copy link

ashbeats commented Jul 12, 2019

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.

@tobegit3hub
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants