You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
jpeg 9b h024ee3a_2
mkl_random 1.1.1 py37h0573a6f_0 -> libgcc-ng >=7.3.0
Use "conda info " to see the dependencies for each package.
The text was updated successfully, but these errors were encountered:
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 associatednoarch/repodata.json.bz2
files, even ifnoarch/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 associatednoarch/repodata.json.bz2
files, even ifnoarch/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:
Use "conda info " to see the dependencies for each package.
The text was updated successfully, but these errors were encountered: