Skip to content

PIP such option: --process-dependency-links #59

@Benvii

Description

@Benvii

When deploying Ansible in fresh installed containers I've got this error :

TASK [base : Install OPV modules] **********************************************
failed: [master] => (item=https://github.com/OpenPathView/DirectoryManager.git) => {"cmd": "/home/opv/venvs/opv/bin/pip install -U --process-dependency-links git+https://github.com/OpenPathView/DirectoryManager.git", "failed": true, "item": "https://github.com/OpenPathView/DirectoryManager.git", "msg": "\n:stderr: \nUsage:   \n  pip install [options] <requirement specifier> [package-index-options] ...\n  pip install [options] -r <requirements file> [package-index-options] ...\n  pip install [options] [-e] <vcs project url> ...\n  pip install [options] [-e] <local project path> ...\n  pip install [options] <archive url/path> ...\n\nno such option: --process-dependency-links\n"}

It seems that pip now handle it correctly since PIP 19 : S2E/s2e-env#245

I'll try without it.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions