installation does not work with docker-compose
aarkkappler opened this issue · 0 comments
aarkkappler commented
Hi,
does not work properly :
failed running [/bin/sh -c pip install --upgrade pip && pip install --no-cache-dir -r /app/requirements.txt]: exit code: 1
of course the package is not in an absolute path /app but in a relative path ./
also it seems a package conflict :
The user requested urllib3==1.26.5
requests 2.22.0 depends on urllib3!=1.25.0, !=1.25.1, <1.26 and >=1.21.1
regards,