Package not found error while installing CuSpatial or CuDf library

让人想犯罪 __ 提交于 2021-01-29 03:00:48

问题


So, to calculate Hausdorff Distance in a short time I found a CuSpatial library or cudf library. But while trying to install it through the Anaconda Promt conda install -c rapidsai-nightly cuspatial i get the following:

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

  • cuspatial

Current channels:

  • https://conda.anaconda.org/rapidsai-nightly/win-64
  • https://conda.anaconda.org/rapidsai-nightly/noarch
  • https://conda.anaconda.org/conda-forge/win-64
  • https://conda.anaconda.org/conda-forge/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

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

https://anaconda.org

回答1:


Sorry, but no win-64 builds are available for that on Anaconda Cloud. The developers only seem to support Linux 64, but I suppose if you're adventurous you can attempt a build from source.



来源:https://stackoverflow.com/questions/58867303/package-not-found-error-while-installing-cuspatial-or-cudf-library

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!