Closed rplzzz closed 5 years ago
The error is:
$ pip install --process-dependency-links .[xanthos,tethys] 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
What we need to figure out is, is this option no longer necessary, or is there a new way of doing it in python 3.7?
The error is:
What we need to figure out is, is this option no longer necessary, or is there a new way of doing it in python 3.7?