我是python和pycharm的新手。我无法在pycharm中安装networkit包。下面是我得到的错误。有人知道这方面的情况吗?提前感谢
Solving environment: ...working... failed PackagesNotFoundError: The following packages are not available from current channels:
- networkit Current channels:
- https://conda.anaconda.org/anaconda-fusion/osx-64
- https://conda.anaconda.org/anaconda-fusion/noarch
- https://repo.anaconda.com/pkgs/main/osx-64
- https://repo.anaconda.com/pkgs/main/noarch
- https://repo.anaconda.com/pkgs/free/osx-64
- https://repo.anaconda.com/pkgs/free/noarch
- https://repo.anaconda.com/pkgs/r/osx-64
- https://repo.anaconda.com/pkgs/r/noarch
- https://repo.anaconda.com/pkgs/pro/osx-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.发布于 2018-08-15 02:31:47
看起来networkit是一个私有的包。从Conda控制台使用以下命令进行安装:
conda install -c vgauthier networkithttps://stackoverflow.com/questions/51847580
复制相似问题