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
I fixed it by removing uwsgi from the requirements list and installing it before... so basically add the following to the docker file:
RUN pip install uwsgi
Hi there,
I'm in chapter 17 trying to create the docker image, but when it tries to install the uwsgi image it shows the following error:
I have tried to install it in the virtual environment as well but i get:
AttributeError: module 'os' has no attribute 'uname'. Did you mean: 'name'?
I did some search which explains that i should run the command via cygwin, but i don't know how it will be possible to run it from docker...
Where is the trick to install it?
Kind regards
Roberto
The text was updated successfully, but these errors were encountered: