本文介绍了安装CuSpatial或CuDf库时找不到包错误的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

因此,要在短时间内计算豪斯道夫距离,我发现了 CuSpatial 库或cudf库.但是,当尝试通过 Anaconda Promt conda install -c Rapidsai-nightly安装它时cus骨,我得到以下信息:

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:

  • cus骨

当前频道:

搜索可能提供conda程序包的备用渠道您正在寻找的,导航到

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

https://anaconda.org

推荐答案

很抱歉,Anaconda Cloud上没有针对此版本的 win-64 版本.开发人员似乎只支持Linux 64,但是我想如果您喜欢冒险,可以尝试从源代码构建.

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.

这篇关于安装CuSpatial或CuDf库时找不到包错误的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-03 03:06