shuhanghang/cdn-auto-cert

requirements.txt 中 install==1.3.5 需改为 pip-install==1.3.5

Opened this issue · 0 comments

install==1.3.5

疑似因包名更改,build 报错:

12.82 ERROR: Ignored the following versions that require a different python version: 2.10.1 Requires-Python <3; 2.11.0 Requires-Python <3; 2.11.1 Requires-Python <3; 2.4.0 Requires-Python <3; 2.4.1 Requires-Python <3; 2.4.2 Requires-Python <3; 2.4.3 Requires-Python <3; 2.4.4 Requires-Python <3; 2.5.0 Requires-Python <3; 2.5.1 Requires-Python <3; 2.5.2 Requires-Python <3; 2.6.0 Requires-Python <3; 2.6.1 Requires-Python <3; 2.6.2 Requires-Python <3; 2.7.0 Requires-Python <3; 2.7.2 Requires-Python <3; 2.8.0 Requires-Python <3; 2.8.1 Requires-Python <3; 2.8.2 Requires-Python <3; 2.8.3 Requires-Python <3; 2.8.4 Requires-Python <3; 2.8.5 Requires-Python <3; 2.8.6 Requires-Python <3; 2.8.7 Requires-Python <3; 2.9.2 Requires-Python <3
12.82 ERROR: Could not find a version that satisfies the requirement install==1.3.5 (from versions: none)
12.82 ERROR: No matching distribution found for install==1.3.5
------
Dockerfile:6
--------------------
   5 |     ENV PATH="/home/venv/bin:$PATH"
   6 | >>> RUN python3 -m pip install --upgrade pip && \
   7 | >>>     pip3 install -r requirements_ui.txt
   8 |
--------------------
ERROR: failed to solve: process "/bin/sh -c python3 -m pip install --upgrade pip &&     pip3 install -r requirements_ui.txt" did not complete successfully: exit code: 1

参考: