ArchiveTeam / grab-site

The archivist's web crawler: WARC output, dashboard for all crawls, dynamic ignore patterns
Other
1.31k stars 129 forks source link

Recent version of pip removed --process-dependency-links #145

Closed ivan closed 5 years ago

ivan commented 5 years ago
$ travis_retry pip install --process-dependency-links --no-binary --upgrade .
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
The command "pip install --process-dependency-links --no-binary --upgrade ." failed. Retrying, 2 of 3.

I think ludios/wpull might need to be published to pypi for this to work now?