Closed
Description
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