无法通过conda安装h5pyviewer

无法通过conda安装h5pyviewer,conda,h5py,Conda,H5py,我正试图通过康达安装 conda activate envName conda install -c auto h5pyviewer 在运行上述程序时,我收到了以下错误- Collecting package metadata (current_repodata.json): done Solving environment: failed with initial frozen solve. Retrying with flexible solve. Collecting package m

我正试图通过康达安装

conda activate envName
conda install -c auto h5pyviewer
在运行上述程序时,我收到了以下错误-

Collecting package metadata (current_repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
Collecting package metadata (repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
PackagesNotFoundError: The following packages are not available from current channels:
- h5pyviewer
Current channels: 
- https://conda.anaconda.org/auto/win-64
- https://conda.anaconda.org/auto/noarch  
- https://repo.anaconda.com/pkgs/main/win-64            
- https://repo.anaconda.com/pkgs/main/noarch            
- https://repo.anaconda.com/pkgs/r/win-64               
- https://repo.anaconda.com/pkgs/r/noarch               
- https://repo.anaconda.com/pkgs/msys2/win-64           
- https://repo.anaconda.com/pkgs/msys2/noarch           
- https://conda.anaconda.org/conda-forge/win-64         
- https://conda.anaconda.org/conda-forge/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.
Python版本3.6


康达4.10.1版

根据
PyPl
这是一个有点过时的(2015)软件包。在您的情况下,它可能是直接从那里安装的(使用
pip
?),而不是通过conda安装的。使用HDF组中的HDFView更新到最新的HDF5文件查看器。它真的很好(并且是基于Java构建的,所以没有Python依赖项)。您也可以尝试,请参阅Anaconda的安装说明