nxviz
nxviz copied to clipboard
Conda package reference
@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 yes, you are right. It’s supposed to be installed from conda-forge.
Reminds me, I also need to cut patch releases for the dependencies.
Meaning the line in the docs should be corrected to: conda install -c conda-forge nxviz then?
Yes, that is right.
Internet on the plane is just amazeballers. I might update the docs there.