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

conda install failed #1

Closed
ypwhs opened this issue Aug 6, 2019 · 2 comments
Closed

conda install failed #1

ypwhs opened this issue Aug 6, 2019 · 2 comments

Comments

@ypwhs
Copy link

ypwhs commented Aug 6, 2019

commands:

(base) root@d82e3a99ae74:/data# conda create -n ypw python=3.6
(base) root@d82e3a99ae74:/data# source activate ypw
(ypw) root@d82e3a99ae74:/data# conda install -c milagraph graphvite

outputs:

Collecting package metadata: done
Solving environment: failed

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

  - graphvite -> easydict
  - graphvite -> glog[version='>=0.4.0,<1.0a0']

Current channels:

  - https://conda.anaconda.org/milagraph/linux-64
  - https://conda.anaconda.org/milagraph/noarch
  - https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main/linux-64
  - https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main/noarch
  - https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/linux-64
  - https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/noarch
  - https://repo.anaconda.com/pkgs/main/linux-64
  - https://repo.anaconda.com/pkgs/main/noarch
  - https://repo.anaconda.com/pkgs/free/linux-64
  - https://repo.anaconda.com/pkgs/free/noarch
  - https://repo.anaconda.com/pkgs/r/linux-64
  - https://repo.anaconda.com/pkgs/r/noarch

To search for alternate channels that may provide the conda package you're
looking for, navigate to

    https://anaconda.org

and use the search bar at the top of the page.


@KiddoZhu
Copy link
Collaborator

KiddoZhu commented Aug 6, 2019

Some dependencies aren't included in the default channels.
Could you try conda install -c milagraph -c conda-forge graphvite? Tell me whether it works for your environment.
If not, the last solution is conda config --add channels conda-forge, and then install again.

@ShaneTsui
Copy link

I had the same issue, and conda install -c milagraph -c conda-forge graphvite solves the problem.

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

3 participants