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 18 forks source link

Conda install of harp with Python 3.7.6 fails #225

Closed calekochenour closed 4 years ago

calekochenour commented 4 years ago

I'm trying to install harp into a Conda environment, running Python 3.7.6. I have the correct channels, but Conda fails to solve the environment during install. Does harp support Python 3.7.x?

svniemeijer commented 4 years ago

Python 3.7 is supported. Please explain exactly what you did and the error message you got. Otherwise this issue will be closed

calekochenour commented 4 years ago

I first added the stcorp channel to my list of channels. With an active Conda environment, I ran the conda install -c stcorp harp and conda install harp separately with my terminal, but neither worked. The following error occurred each time. The environment was never able to solve.

conda-install-harp

However, I was just successful installing it by creating a new Conda environment from an environment.yml file and harp within the list of dependencies. I should be able to proceed at this point. Though I am not sure why it wouldn't install from the terminal directly.