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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: