Skip to content

Fresh install does not work: DistributionNotFound (xgboost) #55

@samnooij

Description

@samnooij

I just installed CCTyper through conda/mamba and unfortunately it won't run at all. To be precise, I ran the command mamba env create -f cctyper.yaml and the contents of cctyper.yaml are pasted below.

name: cctyper

dependencies:
 - cctyper=1.8.0

channels:
 - conda-forge
 - bioconda
 - russel88

After installing, I activated the environment, and ran cctyper --help or just cctyper, which returns the error:

pkg_resources.DistributionNotFound: The 'nvidia-nccl-cu12; platform_system == "Linux" and platform_machine != "aarch64"' distribution was not found and is required by xgboost

Besides that, I'm getting two deprecation warnings: one that pkg_resources is deprecated (https://setuptools.pypa.io/en/latest/pkg_resources.html) and one that Biopython's Bio.pairwise2 is deprecated and may be replaced by Bio.Align.PairwiseAligner.
I'm running Ubuntu 22.04.4 LTS. Any idea how to solve this? Thanks in advance!

-- update 2024-09-13
I just tried versions 1.7.1 and 1.6.4 using the same installation method, and I get the exact same problem.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions