translate / pootle

Online translation tool
http://pootle.translatehouse.org
GNU General Public License v3.0
1.49k stars 288 forks source link

pip install no --process-dependency-links #6909

Open karstengo opened 4 years ago

karstengo commented 4 years ago

with docker

Installing package: Pootle==2.9rc1
New python executable in /app/bin/python2
Also creating executable in /app/bin/python
Installing setuptools, pkg_resources, pip, wheel...done.
Running virtualenv with interpreter /usr/bin/python2

Usage:   
  pip install [options] <requirement specifier> [package-index-options] ...
  pip install [options] -r <requirements file> [package-index-options] ...
  pip install [options] [-e] <vcs project url> ...
  pip install [options] [-e] <local project path> ...
  pip install [options] <archive url/path> ...

no such option: --process-dependency-links
ERROR: Service 'base' failed to build: The command '/bin/sh -c su -c "bash /tmp/build/install-virtualenv" $APP_USERNAME' returned a non-zero code: 2
RobbyZ commented 4 years ago

Same problem; it seems the process-dependency-links option was removed, and now the installation docs are out of date.

genocide87 commented 4 years ago

For now we don't have any solutions, right?