Back

Explore Courses Blog Tutorials Interview Questions
0 votes
3 views
in Python by (16.4k points)

I actually attempted to install the utils Python package using Anaconda, But I got some error:

Package missing in current win-64 channels

I also tried:

conda install -c biconda utils

1 Answer

0 votes
by (26.4k points)

Try to execute

conda install --channel bioconda/label/bioconda-utils-test package

or

conda install -c conda-forge python-utils

Join the python online course fast, to learn python concepts in detail and get certified.

Browse Categories

...