-
Notifications
You must be signed in to change notification settings - Fork 17
ERROR: Service 'uwsgi' failed to build #12
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
Comments
That's strange - let me give it a shot! |
Ah okay I see what's going on! During the build we upgrade pip, and pip added that format string (the third to last line) that is technically invalid syntax for the Python version. I'll put in a PR with a newer Python base for you to test! |
okay here is a PR for you to test! When this looks good, we can merge and release. |
Hi, not sure I correctly pulled your branch (git checkout -b update/python-base) but I'm still seeing the same error when I run docker-compose up -d. |
Sorry, my bad I should've typed "git checkout update/python-base" without the -b option. With that option it actually created a branch locally I think :) Anyway, the docker-compose up -d seems to work now. It built the image and I can run it. I'm seeing some other errors but I think these are on my side. Thanks! |
Hi,
I just pulled the repo and ran docker-compose up -d straightaway. Unfortunately, the build failed with the following output:
=> ERROR [5/9] RUN pip install -r /tmp/requirements.txt 0.3s
executor failed running [/bin/sh -c pip install -r /tmp/requirements.txt]: exit code: 1
ERROR: Service 'uwsgi' failed to build : Build failed
Any idea why this happens? I'm running Docker 20.10.6 for Mac OS Mojave
Any help would be appreciated!
Ralph
The text was updated successfully, but these errors were encountered: