Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

travis failing on conda update #71

Closed
esheldon opened this issue Nov 5, 2015 · 7 comments
Closed

travis failing on conda update #71

esheldon opened this issue Nov 5, 2015 · 7 comments

Comments

@esheldon
Copy link
Owner

esheldon commented Nov 5, 2015

Here is the error

$ conda update --yes conda

/home/travis/build.sh: line 41: conda: command not found

The command "conda update --yes conda" failed and exited with 127 during .
@esheldon
Copy link
Owner Author

esheldon commented Nov 5, 2015

need help with this @rainwoodman

@rainwoodman
Copy link
Contributor

I need some context for this.. Any how, in #70 there is a working example of the Travis OSX build script.

@esheldon
Copy link
Owner Author

esheldon commented Nov 6, 2015

what? It fails on linux

https://travis-ci.org/esheldon/fitsio/builds/89366960

@rainwoodman
Copy link
Contributor

I see. I see! Miniconda2 vs miniconda. The path env is missing a 2 :)
On Nov 5, 2015 7:30 PM, "Erin Sheldon" notifications@github.com wrote:

what? If fails on linux

https://travis-ci.org/esheldon/fitsio/builds/89366960


Reply to this email directly or view it on GitHub
#71 (comment).

@esheldon
Copy link
Owner Author

esheldon commented Nov 6, 2015

It worked before ,what has changed?

You use -O miniconda.sh then run ./miniconda.sh, so that looks fine. Are you saying this is now wrong?

export PATH=/home/travis/miniconda/bin:$PATH

again, what changed?

@rainwoodman
Copy link
Contributor

Yes. That line.

Miniconda installer changed; and I couldn't locate a commit on github/conda to blame.

anyhow, I pushed a fix at #72.

I've been using conda in my tests for a few months and this is the first time I seen an incompatible update like this.

We may want to pick a specific version of Conda to insulate us around issues like this; but we may also always want to ensure we build cleanly against the latest conda release.

@rainwoodman
Copy link
Contributor

also, Sorry for the early confusion. My phone sent me an email with OSX in the title.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants