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

Quick Start fails because uwsgi version has incremented. #2

Open
billw1955 opened this issue Apr 7, 2016 · 2 comments
Open

Quick Start fails because uwsgi version has incremented. #2

billw1955 opened this issue Apr 7, 2016 · 2 comments

Comments

@billw1955
Copy link

This issue is addressed, obliquely, in "Installing C extensions", but a quick fix would be to lock the version of uwsgi in app/Dockerfile to the version in app/wheelhouse.

That is:

RUN pip install ...
uwsgi==2.0.11.1

@OrangeTux
Copy link
Owner

Maybe an even better solution to use Pips --no-index flag. This forces Pip to install uWSGI from the Wheel.

@jasonhamilton
Copy link

I tried the --no-index-flag but it didn't work. The fix @billw1955 suggested works for me.

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

3 participants