We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
build_compilation_env_docker_images (ubuntu1804) failed, the logs like:
#9 [5/7] RUN pip3 install --no-cache-dir cmake #9 0.943 Collecting cmake #9 1.406 Downloading https://files.pythonhosted.org/packages/8a/a7/da765b3f525ac9ab34e1fb700a4b95307ba33bc408461714b61e0938dd88/cmake-3.26.4.tar.gz #9 1.499 Complete output from command python setup.py egg_info: #9 1.501 Traceback (most recent call last): #9 1.501 File "<string>", line 1, in <module> #9 1.501 ModuleNotFoundError: No module named 'setuptools' #9 1.501 #9 1.501 ---------------------------------------- #9 1.505 Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-hs7rd736/cmake/ #9 ERROR: process "/bin/sh -c pip3 install --no-cache-dir cmake" did not complete successfully: exit code: 1 ------ > [5/7] RUN pip3 install --no-cache-dir cmake: 0.943 Collecting cmake 1.406 Downloading https://files.pythonhosted.org/packages/8a/a7/da765b3f525ac9ab34e1fb700a4b95307ba33bc408461714b61e0938dd88/cmake-3.26.4.tar.gz 1.499 Complete output from command python setup.py egg_info: 1.501 Traceback (most recent call last): 1.501 File "<string>", line 1, in <module> 1.501 ModuleNotFoundError: No module named 'setuptools' 1.501 1.501 ---------------------------------------- 1.505 Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-hs7rd736/cmake/ ------ Dockerfile:63 -------------------- 61 | rm -rf /var/lib/apt/lists/* 62 | 63 | >>> RUN pip3 install --no-cache-dir cmake 64 | 65 | RUN wget --progress=dot:giga https://github.com/apache/thrift/archive/refs/tags/0.11.0.tar.gz -P /opt/thrift && \ -------------------- ERROR: failed to solve: process "/bin/sh -c pip3 install --no-cache-dir cmake" did not complete successfully: exit code: 1 Error: buildx failed with: ERROR: failed to solve: process "/bin/sh -c pip3 install --no-cache-dir cmake" did not complete successfully: exit code: 1
The text was updated successfully, but these errors were encountered:
fix(docker): fix pegasus-build-env of ubuntu:18.04 Dockerfile (#1558)
6146233
#1559 Fix the error of `pip3 install --no-cache-dir cmake`
fix(docker): fix pegasus-build-env of ubuntu:18.04 Dockerfile (apache…
f3ab93f
…#1558) apache#1559 Fix the error of `pip3 install --no-cache-dir cmake`
fix(docker): fix pegasus-build-env of ubuntu:18.04 Dockerfile (cherry…
0a6b743
…-pick #1558) (#1767) #1559 Fix the error of `pip3 install --no-cache-dir cmake` This PR is to cherry-pick #1558 to solve #1559.
No branches or pull requests
build_compilation_env_docker_images (ubuntu1804) failed, the logs like:
The text was updated successfully, but these errors were encountered: