stcorp / harp

Data harmonization toolset for scientific earth observation data
http://stcorp.github.io/harp/doc/html/index.html
BSD 3-Clause "New" or "Revised" License
55 stars 19 forks source link

Unable to install from conda #257

Closed varishtsg closed 2 years ago

varishtsg commented 2 years ago

While installing from conda, I get the error message saying that the user stcorp cannot be found.

https://conda.anaconda.org/stcorp

Installing using conda gives the following error:

UnavailableInvalidChannel: The channel is not accessible or is invalid. channel name: stcorp channel url: https://conda.anaconda.org/stcorp error code: 404

You will need to adjust your conda configuration to proceed. Use conda config --show channels to view your configuration's current state, and use conda config --show-sources to view config file locations.

svniemeijer commented 2 years ago

harp is now available from the conda-forge channel. And only from that channel.

varishtsg commented 2 years ago

The documentation needs to be updated. http://stcorp.github.io/harp/doc/html/install.html#using-anaconda this still points to using stcorp channel instead of conda-forge.

svniemeijer commented 2 years ago

Thanks for spotting this. We just fixed it.