YeoLab / clipper

A tool to identify CLIP-seq peaks
Other
64 stars 41 forks source link

Having trouble installing clipper #91

Open jalalsiddiqui opened 3 years ago

jalalsiddiqui commented 3 years ago

I tried to install clipper and get the following error. I am lost in how to proceed.

bash-4.2$ conda env create -f environment3.yml Using Anaconda API: https://api.anaconda.org Fetching package metadata .............. WARNING: The remote server could not find the noarch directory for the requested channel with url: https://conda.anaconda.org/jalalsiddiqui It is possible you have given conda an invalid channel. Please double-check your conda configuration using conda config --show. If the requested url is in fact a valid conda channel, please request that the channel administrator create noarch/repodata.json and associated noarch/repodata.json.bz2 files, even if noarch/repodata.json is empty. $ mkdir noarch $ echo '{}' > noarch/repodata.json $ bzip2 -k noarch/repodata.json .... WARNING: The remote server could not find the noarch directory for the requested channel with url: https://conda.anaconda.org/linux-64 It is possible you have given conda an invalid channel. Please double-check your conda configuration using conda config --show. If the requested url is in fact a valid conda channel, please request that the channel administrator create noarch/repodata.json and associated noarch/repodata.json.bz2 files, even if noarch/repodata.json is empty. $ mkdir noarch $ echo '{}' > noarch/repodata.json $ bzip2 -k noarch/repodata.json . Solving package specifications: . UnsatisfiableError: The following specifications were found to be in conflict:

algaebrown commented 3 years ago

Hi Jalal,

we are working on packaging them onto PyPI and conda.

jalalsiddiqui commented 3 years ago

Thanks.