C.J. Collier

Results 335 comments of C.J. Collier

With these arguments, it is installing pandas-1.2.5 and libcudf-22.04.00-cuda11. I think I found a bug in the rapids.sh script. I'll see if patching it improves the situation.

In order to use 22.10 with pandas>=1.5, I need to upgrade these python packages: "cuspatial=${CUSPATIAL_VERSION}" "rope>=0.9.4" "gdal>3.5.0" And gdal>3.5.0 is not available in bullseye. Backports only go up to 3.2,...

``` cjac@cluster-1668020639-w-0:~$ apt-cache show libgdal-dev | grep ^Version Version: 3.0.4+dfsg-1build3 cjac@cluster-1668020639-w-0:~$ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 20.04.5 LTS Release: 20.04 Codename: focal ```

so no, it looks like pandas >= 1.5 is not stable. I'll try doing the lower numbers.

``` + mamba install -y --no-channel-priority -c conda-forge -c nvidia -c rapidsai cudatoolkit=11.5 'pandas

Okay, I was able to get this working on 2.0-debian10 with dask-rapids 22.06 I had to specify this mamba command: mamba install -n 'dask-rapids' -y --no-channel-priority -c 'conda-forge' -c 'nvidia'...

@blis-teng - please try replacing the rapids.sh you link to from your project's initialization-actions checkout with this one. https://github.com/cjac/initialization-actions/raw/dask-rapids-202212/rapids/rapids.sh I am working with the product team to review this change....

You may have mentioned that you have not yet read the README.md[1] from the initialization-actions repository. Can you please review and confirm for me that you understand where you would...

@blis-teng can you re-try using the latest rapids/rapids.sh from github?

Thank you. Standing by for confirmation! 20230106T084758 + 7d will be 20230113T084757. I am presently not able to reproduce your problem. If there is still a change to be made,...