Closed retimadangol closed 4 years ago
I don't know why but the file contains both h2o4gpu-cuda
conda package and pip package from s3. If I remove h2o4gpu-cuda10
package and replace pip with bleeding edge release https://s3.amazonaws.com/h2o-release/h2o4gpu/releases/bleeding-edge/ai/h2o/h2o4gpu/0.3-cuda10/h2o4gpu-0.3.2-cp36-cp36m-linux_x86_64.whl it works.
I'm going to release version 0.4 this week.
The file has both because I was trying it both ways, commenting one or the other out. In the version above the s3 one was commented out to show the error. It was mentioned in the issue that using the wheel seemed to work. Thanks for your help with this as it helps with other cuda libraries as well.
I need to make some changes about multi-gpu support of xgboost. The release is postponed.
Thanks, looking forward to it.
@sh1ng any update on this . When will we have the new release out. thanks.
@NidhiMehta it was released yesterday.
Thank you for your patience.
The updated conda environment seems to be working for us. Thank you!
Description
when trying to get a conda environment with Nvidia’s cudf package and H2o’s h2o4gpu package it fails
Error
$ conda env create -f ./h2o4gpuwcudf.yml Solving environment: failed
UnsatisfiableError: The following specifications were found to be in conflict:
environment file, h204gpuwcudf.yml.
name: h2o4gpuwcudf channels:
- https://s3.amazonaws.com/h2o-release/h2o4gpu/releases/stable/ai/h2o/h2o4gpu/0.3-cuda10/h2o4gpu-0.3.2-cp36-cp36m-linux_x86_64.whl
However, uncommenting out the wheel file appears to work with these minimal dependencies
https://support.h2o.ai/a/tickets/96469