Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Having trouble installing clipper #91

Open
jalalsiddiqui opened this issue Jan 19, 2021 · 2 comments
Open

Having trouble installing clipper #91

jalalsiddiqui opened this issue Jan 19, 2021 · 2 comments

Comments

@jalalsiddiqui
Copy link

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.
@algaebrown
Copy link
Contributor

Hi Jalal,

we are working on packaging them onto PyPI and conda.

@jalalsiddiqui
Copy link
Author

Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants