From c843b69efc006f81b6e5c5984a2b31b5d1446339 Mon Sep 17 00:00:00 2001 From: Mike Smith Date: Wed, 15 May 2019 08:46:43 +0100 Subject: [PATCH] I've added these steps to install necessary libraries Lots of people seem to have this problem with an "error: command 'gcc' failed with exit status 1" on installing. E.g. this can be reproduced on a clean AWS Ubuntu install. Feel free to revert, but this issue comes up regularly. --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index f03213b0..e6d88c40 100644 --- a/README.md +++ b/README.md @@ -99,6 +99,16 @@ the [anaconda python distribution](http://continuum.io/downloads). With anaconda you can install GPy by the following: conda update scipy + +Then potentially try, + + sudo apt-get install python3-dev + sudo apt-get update + sudo apt-get install build-essential + conda update anaconda + +And finally, + pip install gpy We've also had luck with [enthought](http://www.enthought.com). Install scipy 0.16 (or later)