Fix CXX numbuf error message for Anaconda 3.6. (#258)

This commit is contained in:
Robert Nishihara
2017-02-09 23:29:43 -08:00
committed by Philipp Moritz
parent 883bedf46e
commit 0aa234fb9c
3 changed files with 14 additions and 2 deletions
+6
View File
@@ -14,6 +14,12 @@ brew install cmake automake autoconf libtool boost wget
pip install numpy cloudpickle funcsigs colorama psutil redis --ignore-installed six
```
If you are using Anaconda, you may also need to run the following.
```
conda install libgcc
```
# Install Ray
Ray can be built from the repository as follows.
+6
View File
@@ -15,6 +15,12 @@ sudo apt-get install -y cmake build-essential autoconf curl libtool libboost-all
pip install numpy cloudpickle funcsigs colorama psutil redis
```
If you are using Anaconda, you may also need to run the following.
```
conda install libgcc
```
# Install Ray
Ray can be built from the repository as follows.