inspirehep / beard

Bibliographic Entity Automatic Recognition and Disambiguation
Other
66 stars 36 forks source link

fix: install scipy before scikit-learn #81

Closed jacquerie closed 8 years ago

jacquerie commented 8 years ago

(closes #80)

kaplun commented 8 years ago

Mmh this currently fails on Travis because conda is not found...

jacquerie commented 8 years ago

It's probably unrelated, but let's see: we are missing a hash -r call between the PATH export and the conda call: http://conda.pydata.org/docs/travis.html.

jacquerie commented 8 years ago

Or maybe is the hardcoded value of $HOME: http://docs.travis-ci.com/user/environment-variables/#Default-Environment-Variables. Will continue investigating in #82.

kaplun commented 8 years ago

Is this hence superseeded by #82 ?

jacquerie commented 8 years ago

Nope, this is a different issue: #80 (the fact that pip install --no-cache-dir git+https://github.com/inveniosoftware/beard@master#egg=beard fails).

jacquerie commented 8 years ago

BTW, @tomaszgy was running into this issue as well, since that line is part of base.requirements.txt in inspire-next.