Skip to content
This repository has been archived by the owner on May 25, 2020. It is now read-only.

no such option: --process-dependency-links #46

Closed
hurlenko opened this issue Feb 15, 2019 · 2 comments
Closed

no such option: --process-dependency-links #46

hurlenko opened this issue Feb 15, 2019 · 2 comments

Comments

@hurlenko
Copy link

--process-dependency-links got deprecated and is now removed from pip so docker build fails. See here.

@nicolas-ivanov
Copy link
Contributor

@hurlenko that's right. For CakeChat the best solution for now is to use pip 18.1. You can ensure this by adding the corresponding line to the dockerfile:

RUN pip3 --no-cache-dir install pip==18.1
RUN pip3 --no-cache-dir install -r /root/cakechat/requirements.txt --process-dependency-links

@khalman-m
Copy link
Contributor

Hi @hurlenko!
Thank you for asking. I've fixed this in #47

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants