tongchengbin / ocean_ctf

CTF平台 支持docker 动态部署题目、分数统计、作弊检测,静态题目,漏洞复现,ctf platform,

Home Page:http://ctf.lostpeach.cn/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The "click" package version have confliting dependencies

limu520 opened this issue · comments

commented

when i was building the docker-container , an error was happend:

#10 37.53 ERROR: Cannot install click==7.1.1 and click==8.0.1 because these package versions have conflicting dependencies.
#10 37.53 
#10 37.53 The conflict is caused by:
#10 37.53     The user requested click==7.1.1
#10 37.53     The user requested click==8.0.1
#10 37.53 
#10 37.53 To fix this you could try to:
#10 37.53 1. loosen the range of package versions you've specified
#10 37.53 2. remove package versions to allow pip attempt to solve the dependency conflict
#10 37.53 
#10 37.53 ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/user_guide/#fixing-conflicting-dependencies
------
failed to solve: rpc error: code = Unknown desc = executor failed running [/bin/sh -c pip install --upgrade pip && pip install -r /tmp/requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple]: exit code: 1

Hope to help me
Thanks very much.