JGCRI / cassandra

Human-earth system multi-scale model coupling framework
Other
6 stars 3 forks source link

Python 3.7 build fails at install #54

Closed rplzzz closed 5 years ago

rplzzz commented 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?