1

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:

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

https://anaconda.org
Mamed
  • 1,102
  • 8
  • 23

1 Answers1

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.

merv
  • 67,214
  • 13
  • 180
  • 245