Skip to content

[BUG] Unable to build cuML with micromamba #4832

Closed
@tylerjthomas9

Description

@tylerjthomas9

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:

micromamba create -n rapids-22.06 -c rapidsai -c nvidia -c conda-forge  \
    cuml=22.06 python=3.9 cudatoolkit=11.4

The error:

critical libmamba File exists: '/home/tyler/micromamba/pkgs/libraft-distance-22.06.00-cuda11_ged2c529_0/include/rapids/libcxx/include', '/home/path/env/include/rapids/libcxx/include'

Building the same environment with mamba results in no errors. Here is the command that I run to build the environment in mamba:

mamba create -n rapids-22.06 -c rapidsai -c nvidia -c conda-forge  \
    cuml=22.06 python=3.9 cudatoolkit=11.4

Expected behavior
Generate a new python environment with cuml.

Environment details (please complete the following information):

  • Environment location: Bare-metal
  • Linux Distro/Architecture: Ubuntu 22.04 amd64
  • GPU Model/Driver: RTX 3090 and 470.129.06
  • CUDA: 11.4
  • Method of cuDF & cuML install: mamba/micromamba

Additional context
This issue has also been reported to mamba, but I am not sure if its on their end. mamba-org/mamba#1772

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions