fix: 移除不存在的 python3.12-distutils 包 #24
Annotations
1 error
|
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c if [ \"$BUILD_TYPE\" = \"gpu\" ]; then echo \"Building pydensecrf from source\" && pip install --no-cache-dir Cython numpy && pip install --no-cache-dir git+https://github.com/lucasb-eyer/pydensecrf.git && grep -v \"^pydensecrf\" requirements_gpu.txt > /tmp/requirements_gpu_no_pydensecrf.txt && pip install --no-cache-dir -r /tmp/requirements_gpu_no_pydensecrf.txt; else echo \"Building pydensecrf from source\" && pip install --no-cache-dir Cython numpy && pip install --no-cache-dir git+https://github.com/lucasb-eyer/pydensecrf.git && grep -v \"^pydensecrf\" requirements_cpu.txt > /tmp/requirements_cpu_no_pydensecrf.txt && pip install --no-cache-dir -r /tmp/requirements_cpu_no_pydensecrf.txt; fi" did not complete successfully: exit code: 1
|
The logs for this run have expired and are no longer available.
Loading