-
Notifications
You must be signed in to change notification settings - Fork 545
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Unable to build cuML with micromamba #4832
Comments
Care of @bdice, possibly related to how we're packaging libcu++? |
We're packaging the libcu++ includes in multiple conda packages, which end up clobbering one another in the edit: just read this again and saw it says |
You are correct this is libcudacxx. libcxx is a component of it.
We can't do that currently due to how CMake and nvcc interact with system includes and the implicit user includes that nvcc has. |
I have done some additional testing, and all other rapidsai libraries build. I only get errors when cuML is included. cuSpatial, cuDF, cuGraph, cuXFilter, cuSignal, cuCIM all install without issues. I am able to build cuML=22.02 with micromamba=0.24/0.25, but 22.04, 22.06 have the same issues. |
Hi, We use micromamba in a Docker multistaging context to optimize our build time and images size. This will be a pain for us to include rapids |
+1, running into the same issue with micromamba on CI |
As a test, I fully removed conda and mamba from my system and then installed micromamba. I was able to reproduce this error with the 22.06 and 22.08 releases, but was able to successfully solve for and create the environment with the current 22.10 nightly. Could you let us know if you still see these errors with the current 22.10 nightly?
|
I am able to build cuml with the current 22.10 nightly. Thank you for the help! |
Describe the bug
I am unable to install cuml using micromamba. Mamba works to install the environment, but micromamba fails.
Steps/Code to reproduce bug
Steps to reproduce the error:
The error:
Building the same environment with mamba results in no errors. Here is the command that I run to build the environment in mamba:
Expected behavior
Generate a new python environment with cuml.
Environment details (please complete the following information):
Additional context
This issue has also been reported to mamba, but I am not sure if its on their end. mamba-org/mamba#1772
The text was updated successfully, but these errors were encountered: