rvalieris / parallel-fastq-dump

parallel fastq-dump wrapper
MIT License
265 stars 33 forks source link

conda install failed on MacOS X Yosemite 10.10.5 #12

Closed weihua77 closed 6 years ago

weihua77 commented 6 years ago

There are two parts of the error (given below), though they could be related:

  1. Solving environment failed
  2. PackageNotFoundError

Is this because the package is not available for Mac OS?

I did do "conda update conda" to make sure my conda is up to date (conda/4.5.0). And I tried install another package using conda and it worked fine. (conda install geopy)

Error message is given below:


$ conda install parallel-fastq-dump Solving environment: failed

PackagesNotFoundError: The following packages are not available from current channels:

Current channels:

rvalieris commented 6 years ago

hello,

the package in on the Bioconda channel, use this command to add it: conda config --add channels bioconda