OpenPathView / OPV_Ansible

GNU General Public License v3.0
0 stars 1 forks source link

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

Open Benvii opened 4 years ago

Benvii commented 4 years ago

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 : https://github.com/S2E/s2e-env/issues/245

I'll try without it.