mirror of
https://github.com/wassname/ray.git
synced 2026-08-12 12:20:11 +08:00
Note requirement cython==0.27.3 in installation instructions. (#3322)
This commit is contained in:
committed by
Philipp Moritz
parent
1be1455d86
commit
98edf752a9
@@ -76,7 +76,7 @@ For Ubuntu, run the following commands:
|
||||
# If you are on Ubuntu 14.04, you need the following.
|
||||
pip install cmake
|
||||
|
||||
pip install cython
|
||||
pip install cython==0.27.3
|
||||
|
||||
For MacOS, run the following commands:
|
||||
|
||||
@@ -85,7 +85,7 @@ For MacOS, run the following commands:
|
||||
brew update
|
||||
brew install cmake pkg-config automake autoconf libtool openssl bison wget
|
||||
|
||||
pip install cython
|
||||
pip install cython==0.27.3
|
||||
|
||||
|
||||
If you are using Anaconda, you may also need to run the following.
|
||||
|
||||
Reference in New Issue
Block a user