From 90d7863eb3d734c6caf71bbe4a4403241e8af877 Mon Sep 17 00:00:00 2001 From: Edward Oakes Date: Wed, 25 Nov 2020 19:55:12 -0600 Subject: [PATCH] Document that ray install-nightly command doesn't work for 1.0.1.post1 and older (#12429) --- doc/source/installation.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/source/installation.rst b/doc/source/installation.rst index 14bf5e963..445db0239 100644 --- a/doc/source/installation.rst +++ b/doc/source/installation.rst @@ -34,6 +34,9 @@ You can install the latest Ray wheels via the following command. These daily rel .. note:: ``ray install-nightly`` may not capture updated library dependencies. After running ``ray install-nightly``, consider running ``pip install ray[]`` *without upgrading (via -U)* to update dependencies. + +.. note:: If you're currently on ``ray<=1.0.1.post1``, ``ray install-nightly`` will not install the most recent nightly wheels. Please use the links below instead. + Alternatively, here are the links to the latest wheels (which are built for each commit on the master branch). To install these wheels, use the following ``pip`` command and wheels instead of the ones above: