I have a local download of generated wheels: ray-2.2.0rc0-cp38-cp38-manylinux2014_x86_64.whl
The following command works fine:
pip install -U ray-2.2.0rc0-cp38-cp38-manylinux2014_x86_64.whl
but the following command fails:
pip install -U "ray[default] @ ray-2.2.0rc0-cp38-cp38-manylinux2014_x86_64.whl"
The error message is:
ERROR: Invalid requirement: 'ray[default] @ ray-2.2.0rc0-cp38-cp38-manylinux2014_x86_64.whl'
Most likely I’m not use the command correctly. Thanks for any help