rapidsai / rmm

RAPIDS Memory Manager
https://docs.rapids.ai/api/rmm/stable/
Apache License 2.0
478 stars 195 forks source link

Avoid `--find-links`. #1583

Closed bdice closed 3 months ago

bdice commented 3 months ago

Avoid pip --find-links which can fail to install and fall back to older wheels. See https://github.com/rapidsai/build-planning/issues/69 for more information.

bdice commented 3 months ago

This problem was discovered in 24.06 nightly tests where 24.08 nightlies were fetched instead. Due to an API break in 24.08, the tests no longer pass. https://github.com/rapidsai/rmm/actions/runs/9442913121/job/26005813021#step:8:103

[rapids-download-from-s3] Downloading and decompressing s3://rapids-downloads/nightly/rmm/2024-06-10/f47ce3f/rmm_wheel_python_rmm_cu11_py310_x86_64.tar.gz into /__w/rmm/rmm/dist/
WARNING: The directory '/github/home/.cache/pip' or its parent directory is not owned or is not writable by the current user. The cache has been disabled. Check the permissions and owner of that directory. If executing pip with sudo, you should use sudo's -H flag.
/__w/rmm/rmm/dist/Looking in indexes: https://pypi.org/simple, https://pypi.anaconda.org/rapidsai-wheels-nightly/simple
Looking in links: /__w/rmm/rmm/dist/
Collecting rmm-cu11[test]>=0.0.0a0
  Downloading https://pypi.anaconda.org/rapidsai-wheels-nightly/simple/rmm-cu11/24.8.0a11/rmm_cu11-24.8.0a11-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (1.7 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.7/1.7 MB 4.0 MB/s eta 0:00:00
bdice commented 3 months ago

/merge