nasa-jpl / autoRIFT

A Python module of a fast and intelligent algorithm for finding the pixel displacement between two images
Apache License 2.0
212 stars 52 forks source link

Conda-forge builds of AutoRIFT not available on Windows #80

Open Wrootf opened 1 year ago

Wrootf commented 1 year ago

Hi,

I want to install autoRIFT standalone through conda following the manual on https://github.com/conda-forge/autorift-feedstock. However, I failed with an error as follows:

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

  - autorift

Current channels:

  - 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

and use the search bar at the top of the page.

Is it still available to install autoRIFT through conda? Thanks!

jhkennedy commented 1 year ago

@Wrootf the conda-forge recipe explicitly skips windows builds so it is not available on windows.

I'd be happy to review a PR to that feedstock that adds windows support, but I don't expect to do it myself any time soon.