nxviz icon indicating copy to clipboard operation
nxviz copied to clipboard

Conda package reference

Open zbarry opened this issue 6 years ago • 4 comments

@ericmjl I'm guessing that in the docs, you meant to install from the conda-forge channel?

(sr) [me@blah users]$ conda install nxviz Solving environment: failed

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

  • nxviz

Current channels:

  • 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
  • https://repo.anaconda.com/pkgs/pro/linux-64
  • https://repo.anaconda.com/pkgs/pro/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.

zbarry avatar Dec 22 '18 20:12 zbarry

@zbarry yes, you are right. It’s supposed to be installed from conda-forge.

ericmjl avatar Dec 22 '18 20:12 ericmjl

Reminds me, I also need to cut patch releases for the dependencies.

ericmjl avatar Dec 22 '18 20:12 ericmjl

Meaning the line in the docs should be corrected to: conda install -c conda-forge nxviz then?

zbarry avatar Dec 22 '18 20:12 zbarry

Yes, that is right.

Internet on the plane is just amazeballers. I might update the docs there.

ericmjl avatar Dec 22 '18 20:12 ericmjl