Hello,
I have done “pip install -U ray” in my conda env and run the below command. Can you please suggest how to fix below warning in ray 1.3.0
$ ray up -y -v ray/python/ray/autoscaler/kubernetes/example-full.yaml --no-config-cache
/home/asm/anaconda3/envs/ray130/lib/python3.7/site-packages/ray/autoscaler/_private/cli_logger.py:61: FutureWarning: Not all Ray CLI dependencies were found. In Ray 1.4+, the Ray CLI, autoscaler, and dashboard will only be usable via pip install 'ray[default]'
. Please update your install command.
“update your install command.”, FutureWarning)