mirror of
https://github.com/wassname/ray.git
synced 2026-09-11 12:43:20 +08:00
Fix CXX numbuf error message for Anaconda 3.6. (#258)
This commit is contained in:
committed by
Philipp Moritz
parent
883bedf46e
commit
0aa234fb9c
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user