Hi,
I’ve been trying to use Ray with my university’s HPC setup and it’s now working, more or less. I’m using the nightly build installed with ray install-nightly
. However, after I stumbled on a bug that was already fixed on master
, I found out that the nightly wheel latest/ray-1.1.0.dev0-cp38-cp38-manylinux1_x86_64.whl
is from a month ago, from 2020-11-04 (as shown by AWS S3).
Was dropping the building of the manylinux1
version intentional?
I’m asking because also on the installation instructions page, there is only a link to the manylinux2014
wheel, which I had tried earlier resulting in segfaults.